Group.PageBreakProperties Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the properties of the page break.
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
The properties of the page break.