Свойство StripWidth

Gets the calculated value of the StripWidth property in a ChartStripLine class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property StripWidth As Double
    Get
'Применение
Dim instance As ChartStripLineInstance
Dim value As Double

value = instance.StripWidth
public double StripWidth { get; }
public:
property double StripWidth {
    double get ();
}
member StripWidth : float
function get StripWidth () : double

Значение свойства

Тип System. . :: . .Double
A double value that represents the calculated value of the StripWidth property.