Compartilhar via


Método Report.SetPage

Observação: essa API está obsoleta.

Sets the current page number and total page count. This method must be called before GetPageSections. The totalPages argument must be accurate if NeedsHeaderFooterEvaluation is true. Otherwise, this argument is unused.

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

Sintaxe

'Declaração
<ObsoleteAttribute("Use ReportSection.SetPage(Int32, Int32) instead.")> _
Public Sub SetPage ( _
    pageNumber As Integer, _
    totalPages As Integer _
)
'Uso
Dim instance As Report 
Dim pageNumber As Integer 
Dim totalPages As Integer

instance.SetPage(pageNumber, totalPages)
[ObsoleteAttribute("Use ReportSection.SetPage(Int32, Int32) instead.")]
public void SetPage(
    int pageNumber,
    int totalPages
)
[ObsoleteAttribute(L"Use ReportSection.SetPage(Int32, Int32) instead.")]
public:
void SetPage(
    int pageNumber, 
    int totalPages
)
[<ObsoleteAttribute("Use ReportSection.SetPage(Int32, Int32) instead.")>]
member SetPage : 
        pageNumber:int * 
        totalPages:int -> unit
public function SetPage(
    pageNumber : int, 
    totalPages : int
)

Parâmetros

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering