ReportInstance.InitialPageName Property
Gets the calculated value of the InitialPageName property in a Report class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property InitialPageName As String
Get
'Usage
Dim instance As ReportInstance
Dim value As String
value = instance.InitialPageName
public string InitialPageName { get; }
public:
property String^ InitialPageName {
String^ get ();
}
member InitialPageName : string
function get InitialPageName () : String
Property Value
Type: System.String
A string value that represents the calculated value of the InitialPageName property.