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# |
---|
public void ExportAsync( string id, string documentName, string format, Object userState ) |
Visual Basic (Declaration) |
---|
Public Sub ExportAsync ( _ id As String, _ documentName As String, _ format As String, _ userState As Object _ ) |
Visual C++ |
---|
public: void ExportAsync( String^ id, String^ documentName, String^ format, Object^ userState ) |
Parameters
- id
- Type: System..::.String
- documentName
- Type: System..::.String
- format
- Type: System..::.String
- userState
- Type: System..::.Object