VariableAutoInterval Property
In This Topic
Gets or sets a value indicating whether if an automatic interval is calculated, it should be based on available size. Otherwise, the interval will be calculated based only on the data range.
Syntax
'Declaration
Public Property VariableAutoInterval As RdlBool
public RdlBool VariableAutoInterval {get; set;}
See Also