Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the units for the StripWidth.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StripWidthType As ReportEnumProperty(Of ChartIntervalType)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace