Proprietà PageBreak
Defines page break behavior for the rectangle.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PageBreak As PageBreak
Get
'Utilizzo
Dim instance As Rectangle
Dim value As PageBreak
value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
property PageBreak^ PageBreak {
PageBreak^ get ();
}
member PageBreak : PageBreak
function get PageBreak () : PageBreak
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreak
A PageBreak object.
Vedere anche