BreakLineType Propiedad
Gets the calculated value of the BreakLineType property in a ChartAxisScaleBreak class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property BreakLineType As ChartBreakLineType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartBreakLineType
A ChartBreakLineType value that represents the calculated value of the BreakLineType property.