Partager via


Propriété Hidden

Indicates whether spatial elements to which the spatial element template is applied are hidden.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Hidden As ReportBoolProperty
    Get
'Utilisation
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