Partilhar via


Propriedade do RDL ChartAxisScaleBreak.Enabled

Gets an expression that evaluates to a value that indicates scale breaks can be automatically applied.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Enabled As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartAxisScaleBreak 
Dim value As ReportBoolProperty 

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

Valor da propriedade

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

Consulte também

Referência

ChartAxisScaleBreak Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering