Propriété Hidden
Gets an expression that evaluates to a value that indicates whether the series should be hidden.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en 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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi