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