Propriedade do RDL LogarithmicBase
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 LogarithmicBase As ReportDoubleProperty
Get
'Uso
Dim instance As GaugeScale
Dim value As ReportDoubleProperty
value = instance.LogarithmicBase
public ReportDoubleProperty LogarithmicBase { get; }
public:
property ReportDoubleProperty^ LogarithmicBase {
ReportDoubleProperty^ get ();
}
member LogarithmicBase : ReportDoubleProperty
function get LogarithmicBase () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também