Partilhar via


Método ReportSection.SetPage (Int32, Int32)

Sets the current page number and total page count.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Sub SetPage ( _
    pageNumber As Integer, _
    totalPages As Integer _
)
'Uso
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
)

Parâmetros

Comentários

This method must be called before GetPageSections.

Consulte também

Referência

ReportSection Classe

Sobrecarregado SetPage

Namespace Microsoft.ReportingServices.OnDemandReportRendering