Propriedade do RDL Visibility.Hidden
Gets a value that indicates whether the item should be initially hidden.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property Hidden As ReportBoolProperty
Get
'Uso
Dim instance As Visibility
Dim value As ReportBoolProperty
value = instance.Hidden
public abstract ReportBoolProperty Hidden { get; }
public:
virtual property ReportBoolProperty^ Hidden {
ReportBoolProperty^ get () abstract;
}
abstract Hidden : ReportBoolProperty
abstract function get Hidden () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering