Propriedade do RDL LabelInterval
Gets the calculated value of the LabelInterval property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelInterval As Double
Get
'Uso
Dim instance As ChartAxisInstance
Dim value As Double
value = instance.LabelInterval
public double LabelInterval { get; }
public:
property double LabelInterval {
double get ();
}
member LabelInterval : float
function get LabelInterval () : double
Valor da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the LabelInterval property.
Consulte também