Propriedade LogBase
Gets the base to use for logarithmic scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LogBase As ReportDoubleProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também