Compartilhar via


Propriedade do RDL ChartStripLine.StripWidth

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property StripWidth As ReportDoubleProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartStripLine Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering