Freigeben über


PageBreak.ResetPageNumber-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ResetPageNumber As ReportBoolProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Siehe auch

Verweis

PageBreak Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace