Proprietà 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.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Scalar As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche