Group.PageName 属性

The page name of the group.

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

语法

声明
Public Property PageName As ReportExpression
    Get
    Set
用法
Dim instance As Group
Dim value As ReportExpression

value = instance.PageName

instance.PageName = value
public ReportExpression PageName { get; set; }
public:
property ReportExpression PageName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member PageName : ReportExpression with get, set
function get PageName () : ReportExpression
function set PageName (value : ReportExpression)