DataValueSequenceRendering 속성
Gets a value that indicates whether the data values should be named sequentially, such as "DataValue0", "DataValue1", and so on. By default, data values are named according to the type of the chart series. For example, data values for a stock chart series are named "High", "Low", "Open", and "Close".
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property DataValueSequenceRendering As Boolean
Get
‘사용 방법
Dim instance As Chart
Dim value As Boolean
value = instance.DataValueSequenceRendering
public bool DataValueSequenceRendering { get; }
public:
property bool DataValueSequenceRendering {
bool get ();
}
member DataValueSequenceRendering : bool
function get DataValueSequenceRendering () : boolean
속성 값
유형: System. . :: . .Boolean
A Boolean value.