Proprietà LabelInterval
Gets the interval between labels.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LabelInterval As ReportDoubleProperty
Get
'Utilizzo
Dim instance As ChartAxis
Dim value As ReportDoubleProperty
value = instance.LabelInterval
public ReportDoubleProperty LabelInterval { get; }
public:
property ReportDoubleProperty^ LabelInterval {
ReportDoubleProperty^ get ();
}
member LabelInterval : ReportDoubleProperty
function get LabelInterval () : ReportDoubleProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Vedere anche