Partager via


Propriété Interval

Interval between tick marks.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Interval As ReportDoubleProperty
    Get
'Utilisation
Dim instance As GaugeTickMarks
Dim value As ReportDoubleProperty

value = instance.Interval
public ReportDoubleProperty Interval { get; }
public:
property ReportDoubleProperty^ Interval {
    ReportDoubleProperty^ get ();
}
member Interval : ReportDoubleProperty
function get Interval () : ReportDoubleProperty