Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the ChartAreaName property in a ChartSeries class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartAreaName As String
Get
'Usage
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
Property Value
Type: System.String
A string value that represents the calculated value of the ChartAreaName property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace