Propriedade 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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Scalar As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também