Generates the report and gets identificator of the generated and saved in cash report.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override string Render( string id, out ExceptionDetailBase ReportError ) |
Visual Basic (Declaration) |
---|
Public Overrides Function Render ( _ id As String, _ <OutAttribute> ByRef ReportError As ExceptionDetailBase _ ) As String |
Visual C++ |
---|
public: virtual String^ Render( String^ id, [OutAttribute] ExceptionDetailBase^% ReportError ) override |
Parameters
- id
- Type: System..::.String
Report identifier
- ReportError
- Type:
PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase
%
ExceptionDetailBase class.
Return Value
Generated document identifier.Implements
IReportService..::.Render(String, ExceptionDetailBase%)Remarks
If error occurs then ReportError is not null.