Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.