Partager via


Propriété ChartStripLine.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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Voir aussi

Référence

ChartStripLine Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering