Freigeben über


IQueryDesignerHelpImpl.ShowHelp-Methode

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

  • helpKeyword
    Typ: System.String
    The keyword to display help for.
  • helpId
    Typ: System.Int32
    The identifier of the help contents.

Siehe auch

Verweis

IQueryDesignerHelpImpl Schnittstelle

Microsoft.ReportingServices.Interfaces-Namespace