ChartAxis.VariableAutoInterval Property
Gets a value that indicates whether if an automatic interval is calculated.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property VariableAutoInterval As ReportBoolProperty
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.VariableAutoInterval
public ReportBoolProperty VariableAutoInterval { get; }
public:
property ReportBoolProperty^ VariableAutoInterval {
ReportBoolProperty^ get ();
}
member VariableAutoInterval : ReportBoolProperty
function get VariableAutoInterval () : ReportBoolProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace