Propriedade BreakLocation
Indicates where the page break should occur.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreakLocation
A PageBreakLocation object.
Consulte também