Propriété Scalar
Gets a Boolean value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Scalar As Boolean
Get
'Utilisation
Dim instance As ChartAxis
Dim value As Boolean
value = instance.Scalar
public bool Scalar { get; }
public:
property bool Scalar {
bool get ();
}
member Scalar : bool
function get Scalar () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi