Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
IAsyncResult BeginExport( string id, string documentName, string format, AsyncCallback callback, Object asyncState ) |
Visual Basic (Declaration) |
---|
Function BeginExport ( _ id As String, _ documentName As String, _ format As String, _ callback As AsyncCallback, _ asyncState As Object _ ) As IAsyncResult |
Visual C++ |
---|
IAsyncResult^ BeginExport( String^ id, String^ documentName, String^ format, AsyncCallback^ callback, Object^ asyncState ) |
Parameters
- id
- Type: System..::.String
- documentName
- Type: System..::.String
- format
- Type: System..::.String
- callback
- Type: System..::.AsyncCallback
- asyncState
- Type: System..::.Object