Condividi tramite


Metodo IQueryDesignerHelpImpl.ShowHelp

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Displays the help dialog box with the help contents for the specified keyword and identifier.

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

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

Vedere anche

Riferimento

IQueryDesignerHelpImpl Interfaccia

Spazio dei nomi Microsoft.ReportingServices.Interfaces