Report.DocumentMap 属性

Gets the document map for the report.

命名空间:  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
A DocumentMap object.

请参阅

参考

Report 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间