IQueryDesignerHelpImpl.ShowHelp Method
This API supports the infrastructure and is not intended to be used directly from your code.
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 
- helpKeyword
Type: System.String 
- helpId
Type: System.Int32 
See Also