Поделиться через


Свойство 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