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.