Report.InitialPageName Property
Gets or sets the initial or default name of the report page.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property InitialPageName As ReportExpression
Get
Set
'Usage
Dim instance As Report
Dim value As ReportExpression
value = instance.InitialPageName
instance.InitialPageName = value
public ReportExpression InitialPageName { get; set; }
public:
property ReportExpression InitialPageName {
ReportExpression get ();
void set (ReportExpression value);
}
member InitialPageName : ReportExpression with get, set
function get InitialPageName () : ReportExpression
function set InitialPageName (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The initial or default name of the report page.