Partager via


Méthode SetPage

Remarque : cette API est désormais obsolète.

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.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use ReportSection.SetPage(Int32, Int32) instead.")> _
Public Sub SetPage ( _
    pageNumber As Integer, _
    totalPages As Integer _
)
'Utilisation
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
)

Paramètres