ChartStripLine.StripWidth Property
Gets an expression that evaluates to the width of the strip line.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StripWidth As ReportDoubleProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.