Compartir a través de


ReportItem.InDocumentMap Propiedad

Gets a Boolean indicating whether this report item can appear in the document map.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property InDocumentMap As Boolean 
    Get
'Uso
Dim instance As ReportItem 
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value indicating whether this item has a label defined for it. If it does, it can appear in the document map, and this property returns true. If this property returns false, the item cannot be added to a document map.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering