Partager via


Propriété StripWidth

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StripWidth As ReportDoubleProperty
    Get
'Utilisation
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