Report.HasDocumentMap-Eigenschaft
Gets a value that indicates the report contains document map labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HasDocumentMap As Boolean
Get
'Usage
Dim instance As Report
Dim value As Boolean
value = instance.HasDocumentMap
public bool HasDocumentMap { get; }
public:
property bool HasDocumentMap {
bool get ();
}
member HasDocumentMap : bool
function get HasDocumentMap () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace