Partager via


Propriété BreakLineType

Gets an expression that evaluates to the type of line used to show the scale break.

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

Syntaxe

'Déclaration
Public ReadOnly Property BreakLineType As ReportEnumProperty(Of ChartBreakLineType)
    Get
'Utilisation
Dim instance As ChartAxisScaleBreak
Dim value As ReportEnumProperty(Of ChartBreakLineType)

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