次の方法で共有


Report.DocumentMap プロパティ

レポートのドキュメント マップを取得します。

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

構文

'宣言
Public ReadOnly Property DocumentMap As DocumentMap 
    Get
'使用
Dim instance As Report 
Dim value As DocumentMap 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMap
DocumentMap オブジェクトです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間