IQueryDesignerHelpImpl.ShowHelp Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- ctl
Type: System.Windows.Forms.Control
The parent of this help dialog box.
- helpKeyword
Type: System.String
The keyword to display help for.
- helpId
Type: System.Int32
The identifier of the help contents.