Compartilhar via


Propriedade do RDL ChartStripLineInstance.StripWidthType

Gets the calculated value of the StripWidthType property in a ChartStripLine class.

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

Sintaxe

'Declaração
Public ReadOnly Property StripWidthType As ChartIntervalType 
    Get
'Uso
Dim instance As ChartStripLineInstance 
Dim value As ChartIntervalType 

value = instance.StripWidthType
public ChartIntervalType StripWidthType { get; }
public:
property ChartIntervalType StripWidthType {
    ChartIntervalType get ();
}
member StripWidthType : ChartIntervalType
function get StripWidthType () : ChartIntervalType

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType value that represents the calculated value of the StripWidthType property.

Consulte também

Referência

ChartStripLineInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering