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