Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace