PageBreak.BreakLocation Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PageBreakLocation
A PageBreakLocation object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace