Freigeben über


InDocumentMap-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Bericht eine Dokumentstruktur hat.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property InDocumentMap As Boolean
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .Boolean
Ein Boolean-Wert, der angibt, ob dieser Bericht eine Dokumentstruktur hat. Wenn der Wert true lautet, enthält der Bericht eine Dokumentstruktur.