ChartStripLine.StripWidth 属性

Gets an expression that evaluates to the width of the strip line.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property StripWidth As ReportDoubleProperty
    Get
用法
Dim instance As ChartStripLine
Dim value As ReportDoubleProperty

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