Propriété Logarithmic
Indicates the scale is logarithmic.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Logarithmic As ReportBoolProperty
Get
'Utilisation
Dim instance As GaugeScale
Dim value As ReportBoolProperty
value = instance.Logarithmic
public ReportBoolProperty Logarithmic { get; }
public:
property ReportBoolProperty^ Logarithmic {
ReportBoolProperty^ get ();
}
member Logarithmic : ReportBoolProperty
function get Logarithmic () : ReportBoolProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi