Propriedade do RDL ChartAxis.LabelIntervalType
Gets the units for the LabelInterval.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelIntervalType As ReportEnumProperty(Of ChartIntervalType)
Get
'Uso
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartIntervalType)
value = instance.LabelIntervalType
public ReportEnumProperty<ChartIntervalType> LabelIntervalType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalType {
ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalType () : ReportEnumProperty<ChartIntervalType>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering