Propriedade do RDL ChartSmartLabel.Disabled
Gets an expression that evaluates to a value that indicates smart labels should be turned off.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Disabled As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering