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.
Gets an expression that evaluates to the type of line used to show the scale break.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BreakLineType As ReportEnumProperty(Of ChartBreakLineType)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartBreakLineType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace