Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the current page number and total page count.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub SetPage ( _
pageNumber As Integer, _
totalPages As Integer _
)
'Usage
Dim instance As ReportSection
Dim pageNumber As Integer
Dim totalPages As Integer
instance.SetPage(pageNumber, totalPages)
public void SetPage(
int pageNumber,
int totalPages
)
public:
void SetPage(
int pageNumber,
int totalPages
)
member SetPage :
pageNumber:int *
totalPages:int -> unit
public function SetPage(
pageNumber : int,
totalPages : int
)
Parameters
- pageNumber
Type: System.Int32
The page number.
- totalPages
Type: System.Int32
The total number of pages.
Remarks
This method must be called before GetPageSections.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace