Returns report metadata.

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 virtual DocumentInfo GetDocumentInfo(
	string id,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Public Overridable Function GetDocumentInfo ( _
	id As String, _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As DocumentInfo
Visual C++
public:
virtual DocumentInfo^ GetDocumentInfo(
	String^ id, 
	[OutAttribute] ExceptionDetailBase^% ReportError
)

Return Value

DocumentInfo class.

Implements

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

Remarks

If error occurs then ReportError is not null.

See Also