Condividi tramite


Proprietà MapSpatialElementTemplate.Hidden

Gets a value that indicates whether spatial elements to which the spatial element template is applied are hidden.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Hidden As ReportBoolProperty 
    Get
'Utilizzo
Dim instance As MapSpatialElementTemplate 
Dim value As ReportBoolProperty 

value = instance.Hidden
public ReportBoolProperty Hidden { get; }
public:
property ReportBoolProperty^ Hidden {
    ReportBoolProperty^ get ();
}
member Hidden : ReportBoolProperty
function get Hidden () : ReportBoolProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object that evaluates to true if the spatial elements to which the spatial element template is applied are hidden; otherwise, false.

Vedere anche

Riferimento

MapSpatialElementTemplate Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering