Proprietà Group.PageBreak
Defines PageBreak behavior for this group.
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 Group
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering