Partager via


Propriété StripWidthType

Gets an expression that evaluates to the units for the StripWidth.

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

Syntaxe

'Déclaration
Public ReadOnly Property StripWidthType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Utilisation
Dim instance As ChartStripLine
Dim value As ReportEnumProperty(Of ChartIntervalType)

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