Свойство InitialPageName
Gets the calculated value of the InitialPageName property in a Report class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property InitialPageName As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A string value that represents the calculated value of the InitialPageName property.