Freigeben über


ChartAxisScaleBreak.Enabled-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property Enabled As ReportBoolProperty 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ChartAxisScaleBreak Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace