Compartir a través de


ChartSeries.Hidden Propiedad

Gets an expression that evaluates to a value that indicates whether the series should be hidden.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Hidden As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartSeries 
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 de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering