Condividi tramite


Proprietà Report.HasDocumentMap

Gets a value that indicates the report contains document map labels.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasDocumentMap As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering