Condividi tramite


Proprietà Chart.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".

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataValueSequenceRendering As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Chart Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering