共用方式為


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 命名空間