Condividi tramite


Proprietà ChartAxis.LogBase

Gets the base to use for logarithmic scale.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LogBase As ReportDoubleProperty 
    Get
'Utilizzo
Dim instance As ChartAxis 
Dim value As ReportDoubleProperty 

value = instance.LogBase
public ReportDoubleProperty LogBase { get; }
public:
property ReportDoubleProperty^ LogBase {
    ReportDoubleProperty^ get ();
}
member LogBase : ReportDoubleProperty
function get LogBase () : ReportDoubleProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Vedere anche

Riferimento

ChartAxis Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering