Partilhar via


Propriedade do RDL ChartAxisInstance.VariableAutoInterval

Gets the calculated value of the VariableAutoInterval property in a ChartAxis class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property VariableAutoInterval As Boolean 
    Get
'Uso
Dim instance As ChartAxisInstance 
Dim value As Boolean 

value = instance.VariableAutoInterval
public bool VariableAutoInterval { get; }
public:
property bool VariableAutoInterval {
    bool get ();
}
member VariableAutoInterval : bool
function get VariableAutoInterval () : boolean

Valor da propriedade

Tipo: System.Boolean
A Boolean value that represents the calculated value of the VariableAutoInterval property.

Consulte também

Referência

ChartAxisInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering