ReportExecutionService.BeginLoadReportDefinition2, méthode

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

Syntaxe

'Déclaration
Public Function BeginLoadReportDefinition2 ( _
    Definition As Byte(), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLoadReportDefinition2(
    byte[] Definition,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginLoadReportDefinition2(
    array<unsigned char>^ Definition, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginLoadReportDefinition2 : 
        Definition:byte[] * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginLoadReportDefinition2(
    Definition : byte[], 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • Definition
    Type : array<Byte[]
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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