Metodo ShowHelp
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Sintassi
'Dichiarazione
Sub ShowHelp ( _
ctl As Control, _
helpKeyword As String, _
helpId As Integer _
)
'Utilizzo
Dim instance As IQueryDesignerHelpImpl
Dim ctl As Control
Dim helpKeyword As String
Dim helpId As Integer
instance.ShowHelp(ctl, helpKeyword, helpId)
void ShowHelp(
Control ctl,
string helpKeyword,
int helpId
)
void ShowHelp(
Control^ ctl,
String^ helpKeyword,
int helpId
)
abstract ShowHelp :
ctl:Control *
helpKeyword:string *
helpId:int -> unit
function ShowHelp(
ctl : Control,
helpKeyword : String,
helpId : int
)
Parametri
- ctl
Tipo: System.Windows.Forms. . :: . .Control
- helpKeyword
Tipo: System. . :: . .String
- helpId
Tipo: System. . :: . .Int32