Proprietà ChartAxis.LabelIntervalType
Gets the units for the LabelInterval.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LabelIntervalType As ReportEnumProperty(Of ChartIntervalType)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering