Свойство Report.InDocumentMap

Gets a value that indicates whether the report has a document map.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property InDocumentMap As Boolean 
    Get
'Применение
Dim instance As Report 
Dim value As Boolean 

value = instance.InDocumentMap
public bool InDocumentMap { get; }
public:
virtual property bool InDocumentMap {
    bool get () sealed;
}
abstract InDocumentMap : bool 
override InDocumentMap : bool
final function get InDocumentMap () : boolean

Значение свойства

Тип: System.Boolean
ABoolean indicating whether this report has a document map. If true, the report contains a document map.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering