Udostępnij za pośrednictwem


Właściwość NumericIndicator.SnappingInterval

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Interwał dla przyciąganie wskaźnika na miejscu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property SnappingInterval As ReportExpression(Of Double)
    Get
    Set
'Użycie
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Double)

value = instance.SnappingInterval

instance.SnappingInterval = value
public ReportExpression<double> SnappingInterval { get; set; }
public:
property ReportExpression<double> SnappingInterval {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member SnappingInterval : ReportExpression<float> with get, set
function get SnappingInterval () : ReportExpression<double>
function set SnappingInterval (value : ReportExpression<double>)