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.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Scalar As Boolean
Get
‘사용 방법
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
속성 값
유형: System. . :: . .Boolean
A Boolean value.