Group.PageBreakProperties Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PageBreakProperties As PageBreakProperties
Get
Set
'Usage
Dim instance As Group
Dim value As PageBreakProperties
value = instance.PageBreakProperties
instance.PageBreakProperties = value
public PageBreakProperties PageBreakProperties { get; set; }
public:
property PageBreakProperties^ PageBreakProperties {
PageBreakProperties^ get ();
void set (PageBreakProperties^ value);
}
member PageBreakProperties : PageBreakProperties with get, set
function get PageBreakProperties () : PageBreakProperties
function set PageBreakProperties (value : PageBreakProperties)
Property Value
Type: PageBreakProperties
A PageBreakProperties object.