Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the default interval between tick marks and labels.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Interval As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As GaugeScale
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.