Propriedade do RDL PageBreak
Gets the page break behavior for the rectangle.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property PageBreak As PageBreak
Get
'Uso
Dim instance As Rectangle
Dim value As PageBreak
value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
virtual property PageBreak^ PageBreak {
PageBreak^ get () sealed;
}
abstract PageBreak : PageBreak
override PageBreak : PageBreak
final function get PageBreak () : PageBreak
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreak
A PageBreak object.
Consulte também