다음을 통해 공유


StripWidthType 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property StripWidthType As ReportEnumProperty(Of ChartIntervalType)
    Get
‘사용 방법
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>