Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public PageInfo GetPageInfo(
	string id,
	int pageNumber,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Public 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
) sealed

Implements

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

See Also