ChartAxisScaleBreak.Enabled Property
Indicates scale breaks can be automatically applied.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Enabled As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of Boolean)
value = instance.Enabled
instance.Enabled = value
public ReportExpression<bool> Enabled { get; set; }
public:
property ReportExpression<bool> Enabled {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member Enabled : ReportExpression<bool> with get, set
function get Enabled () : ReportExpression<boolean>
function set Enabled (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.