ReportExecutionService.BeginNavigateDocumentMap, 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 BeginNavigateDocumentMap ( _
DocMapID As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginNavigateDocumentMap(
string DocMapID,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginNavigateDocumentMap(
String^ DocMapID,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginNavigateDocumentMap :
DocMapID:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginNavigateDocumentMap(
DocMapID : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- DocMapID
Type : String
- callback
Type : AsyncCallback
- asyncState
Type : Object
Valeur de retour
Type : IAsyncResult
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms