ChartSmartLabel.Disabled Propiedad
Gets an expression that evaluates to a value that indicates smart labels should be turned off.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering