Właściwość GaugeTickMarks.Interval
Interwał między znacznikami osi.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Interval As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As GaugeTickMarks
Dim value As ReportExpression(Of Double)
value = instance.Interval
instance.Interval = value
public ReportExpression<double> Interval { get; set; }
public:
property ReportExpression<double> Interval {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Interval : ReportExpression<float> with get, set
function get Interval () : ReportExpression<double>
function set Interval (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.
Zobacz także