Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Displays the help dialog box with the help contents for the specified keyword and identifier.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Sub ShowHelp ( _
ctl As Control, _
helpKeyword As String, _
helpId As Integer _
)
'Usage
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
)
Parameter
- ctl
Typ: System.Windows.Forms.Control
The parent of this help dialog box.
- helpKeyword
Typ: System.String
The keyword to display help for.
- helpId
Typ: System.Int32
The identifier of the help contents.