다음을 통해 공유


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 네임스페이스