Partager via


Hidden propriété

Indicates the series should be hidden.

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

Syntaxe

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