次の方法で共有


DataRegion.PageName プロパティ

ページの名前を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property PageName As ReportStringProperty 
    Get
'使用
Dim instance As DataRegion 
Dim value As ReportStringProperty 

value = instance.PageName
public ReportStringProperty PageName { get; }
public:
property ReportStringProperty^ PageName {
    ReportStringProperty^ get ();
}
member PageName : ReportStringProperty
function get PageName () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty オブジェクト。

関連項目

参照

DataRegion クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間