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