Compartir a través de


BreakLocation Propiedad

Indicates where the page break should occur.

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

Sintaxis

'Declaración
Public ReadOnly Property BreakLocation As PageBreakLocation
    Get
'Uso
Dim instance As PageBreak
Dim value As PageBreakLocation

value = instance.BreakLocation
public PageBreakLocation BreakLocation { get; }
public:
property PageBreakLocation BreakLocation {
    PageBreakLocation get ();
}
member BreakLocation : PageBreakLocation
function get BreakLocation () : PageBreakLocation