Freigeben über


PageBreakProperties-Eigenschaft

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

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
A PageBreakProperties object.