Loads report into a new execution.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override ReportExecutionInfo LoadReport(
	string report,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Public Overrides Function LoadReport ( _
	report As String, _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As ReportExecutionInfo
Visual C++
public:
virtual ReportExecutionInfo^ LoadReport(
	String^ report, 
	[OutAttribute] ExceptionDetailBase^% ReportError
) override

Return Value

ReportExecutionInfo class

Implements

IReportService..::.LoadReport(String, ExceptionDetailBase%)

Remarks

If error occurs then ReportError is not null.

See Also