共用方式為


LogBase 屬性

Gets the base to use for logarithmic scale.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LogBase As ReportDoubleProperty
    Get
'用途
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