Compartir a través de


Group.PageBreakAtStart Propiedad

Gets a value that indicates whether the page should break at the start of the group.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property PageBreakAtStart As Boolean 
    Get
'Uso
Dim instance As Group 
Dim value As Boolean 

value = instance.PageBreakAtStart
public virtual bool PageBreakAtStart { get; }
public:
virtual property bool PageBreakAtStart {
    bool get ();
}
abstract PageBreakAtStart : bool 
override PageBreakAtStart : bool
function get PageBreakAtStart () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value. A value of true indicates that the page should break at the start of the group.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering