Group.PageBreakProperties 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the properties of the page break.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property PageBreakProperties As PageBreakProperties 
    Get 
    Set
用法
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)

属性值

类型:PageBreakProperties
The properties of the page break.

请参阅

参考

Group 类

Microsoft.ReportingServices.RdlObjectModel 命名空间