Propriedade do RDL ChartAreaName
Gets the calculated value of the ChartAreaName property in a ChartSeries class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ChartAreaName As String
Get
'Uso
Dim instance As ChartSeriesInstance
Dim value As String
value = instance.ChartAreaName
public string ChartAreaName { get; }
public:
property String^ ChartAreaName {
String^ get ();
}
member ChartAreaName : string
function get ChartAreaName () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value that represents the calculated value of the ChartAreaName property.
Consulte também