Поделиться через


Метод ShowHelp

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборка:  Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)

Синтаксис

'Декларация
Sub ShowHelp ( _
    ctl As Control, _
    helpKeyword As String, _
    helpId As Integer _
)
'Применение
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
)

Параметры