ChartStripLine.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>