Propriedade do RDL ChartStripLine.StripWidthType
Gets an expression that evaluates to the units for the StripWidth.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StripWidthType As ReportEnumProperty(Of ChartIntervalType)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering