ReportExecutionService.BeginToggleItem, méthode

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Function BeginToggleItem ( _
    ToggleID As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginToggleItem(
    string ToggleID,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginToggleItem(
    String^ ToggleID, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginToggleItem : 
        ToggleID:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginToggleItem(
    ToggleID : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • ToggleID
    Type : String
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms