Partilhar via


Propriedade do RDL PageBreak.ResetPageNumber

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ResetPageNumber As ReportBoolProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

PageBreak Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering