Loads report into a new execution.
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 abstract ReportExecutionInfo LoadReport( string report, out ExceptionDetailBase ReportError ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function LoadReport ( _ report As String, _ <OutAttribute> ByRef ReportError As ExceptionDetailBase _ ) As ReportExecutionInfo |
Visual C++ |
---|
public: virtual ReportExecutionInfo^ LoadReport( String^ report, [OutAttribute] ExceptionDetailBase^% ReportError ) abstract |
Parameters
- report
- Type: System..::.String
Report name.
- ReportError
- Type:
PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase
%
ExceptionDetailBase class.
Return Value
ReportExecutionInfo classImplements
IReportService..::.LoadReport(String, ExceptionDetailBase%)Remarks
If error occurs then ReportError is not null.