GaugeScale.LogarithmicBase Property

Definition

Gets or sets the base to use for logarithmic scale.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> LogarithmicBase { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> LogarithmicBase { get; set; }
member this.LogarithmicBase : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property LogarithmicBase As ReportExpression(Of Double)

Property Value

A ReportExpression<T> object.

Applies to