Partager via


Propriété ChartAxisScaleBreakInstance.BreakLineType

Gets the calculated value of the BreakLineType property in a ChartAxisScaleBreak class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BreakLineType As ChartBreakLineType 
    Get
'Utilisation
Dim instance As ChartAxisScaleBreakInstance 
Dim value As ChartBreakLineType 

value = instance.BreakLineType
public ChartBreakLineType BreakLineType { get; }
public:
property ChartBreakLineType BreakLineType {
    ChartBreakLineType get ();
}
member BreakLineType : ChartBreakLineType
function get BreakLineType () : ChartBreakLineType

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartBreakLineType
A ChartBreakLineType value that represents the calculated value of the BreakLineType property.

Voir aussi

Référence

ChartAxisScaleBreakInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering