Propriedade do RDL MapSpatialElementTemplate.Hidden
Gets a value that indicates whether spatial elements to which the spatial element template is applied are hidden.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Hidden As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
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.
Consulte também
Referência
MapSpatialElementTemplate Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering