Freigeben über


Group.PageBreakProperties-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: PageBreakProperties
The properties of the page break.

Siehe auch

Verweis

Group Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace