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)