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 that indicates whether this report has a document map. If true, the report contains a document map.