次の方法で共有


Report.InitialPageName プロパティ

レポート ページの最初の (既定の) 名前に評価される式を取得します。

名前空間:  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
ReportStringProperty オブジェクトです。

説明

TablixMap などの一部のレポート アイテムではページ名をオーバーライドできます。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間