Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace