Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of line used to show the scale break.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BreakLineType As ReportExpression(Of ChartBreakLineTypes)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of ChartBreakLineTypes)
value = instance.BreakLineType
instance.BreakLineType = value
public ReportExpression<ChartBreakLineTypes> BreakLineType { get; set; }
public:
property ReportExpression<ChartBreakLineTypes> BreakLineType {
ReportExpression<ChartBreakLineTypes> get ();
void set (ReportExpression<ChartBreakLineTypes> value);
}
member BreakLineType : ReportExpression<ChartBreakLineTypes> with get, set
function get BreakLineType () : ReportExpression<ChartBreakLineTypes>
function set BreakLineType (value : ReportExpression<ChartBreakLineTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartBreakLineTypes>
A ReportExpression<T> object.