Partager via


Propriété ResetPageNumber

Gets an expression that evaluates to a value that indicates whether the page number should be reset.

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

Syntaxe

'Déclaration
Public ReadOnly Property ResetPageNumber As ReportBoolProperty
    Get
'Utilisation
Dim instance As PageBreak
Dim value As ReportBoolProperty

value = instance.ResetPageNumber
public ReportBoolProperty ResetPageNumber { get; }
public:
property ReportBoolProperty^ ResetPageNumber {
    ReportBoolProperty^ get ();
}
member ResetPageNumber : ReportBoolProperty
function get ResetPageNumber () : ReportBoolProperty