Compartir a través de


PageBreak.ResetPageNumber Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

PageBreak Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering