共用方式為


Group.PageName 屬性

Gets or sets 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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

請參閱

參考

Group 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間