Freigeben über


PageBreak.BreakLocation-Eigenschaft

Gets a value that indicates where the page break should occur.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

PageBreak Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace