Proprietà BreakLocation
Indicates where the page break should occur.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BreakLocation As PageBreakLocation
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreakLocation
A PageBreakLocation object.
Vedere anche