Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the default interval between gridlines, tickmarks 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 ChartAxis
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.