Share via


Group.PageName Property

Gets or sets the page name of the group.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property PageName As ReportExpression 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

See Also

Reference

Group Class

Microsoft.ReportingServices.RdlObjectModel Namespace