Partager via


Propriété ChartSmartLabel.Disabled

Gets an expression that evaluates to a value that indicates smart labels should be turned off.

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

Syntaxe

'Déclaration
Public ReadOnly Property Disabled As ReportBoolProperty 
    Get
'Utilisation
Dim instance As ChartSmartLabel 
Dim value As ReportBoolProperty 

value = instance.Disabled
public ReportBoolProperty Disabled { get; }
public:
property ReportBoolProperty^ Disabled {
    ReportBoolProperty^ get ();
}
member Disabled : ReportBoolProperty
function get Disabled () : ReportBoolProperty

Valeur de propriété

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

Voir aussi

Référence

ChartSmartLabel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering