Partager via


Propriété ChartAxisScaleBreak.BreakLineType

Type of line used to show the scale break.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property BreakLineType As ReportExpression(Of ChartBreakLineTypes)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartBreakLineTypes>
A ReportExpression<T> object.

Voir aussi

Référence

ChartAxisScaleBreak Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel