Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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".
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
A Boolean value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering