Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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