Returns page metadata by report identificator and page number.

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

Parameters

id
Type: System..::.String
Report identifier.
pageNumber
Type: System..::.Int32
The page number which should be get.
ReportError
Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase %
ExceptionDetailBase class.

Return Value

PageInfo class.

Implements

IReportService..::.GetPageInfo(String, Int32, ExceptionDetailBase%)

Remarks

If error occurs then ReportError is not null.

See Also