Proprietà ChartSeries.ChartAreaName
Gets an expression that evaluates to the name of the chart area in which to plot the series.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property ChartAreaName As ReportStringProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering