Свойство InitialPageName
Gets an expression that evaluates to the initial or default name of the report page.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property InitialPageName As ReportStringProperty
Get
'Применение
Dim instance As Report
Dim value As ReportStringProperty
value = instance.InitialPageName
public ReportStringProperty InitialPageName { get; }
public:
property ReportStringProperty^ InitialPageName {
ReportStringProperty^ get ();
}
member InitialPageName : ReportStringProperty
function get InitialPageName () : ReportStringProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
См. также