Compartir a través de


ChartSeries.ChartAreaName Propiedad

Gets an expression that evaluates to the name of the chart area in which to plot the series.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property ChartAreaName As ReportStringProperty 
    Get
'Uso
Dim instance As ChartSeries 
Dim value As ReportStringProperty 

value = instance.ChartAreaName
public abstract ReportStringProperty ChartAreaName { get; }
public:
virtual property ReportStringProperty^ ChartAreaName {
    ReportStringProperty^ get () abstract;
}
abstract ChartAreaName : ReportStringProperty
abstract function get ChartAreaName () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering