다음을 통해 공유


InDocumentMap 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property InDocumentMap As Boolean
    Get
‘사용 방법
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

속성 값

형식: 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.