ChartLegendColumn.Value Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets an expression that evaluates to the value of the chart legend column.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Value As ReportStringProperty
Get
'Usage
Dim instance As ChartLegendColumn
Dim value As ReportStringProperty
value = instance.Value
public ReportStringProperty Value { get; }
public:
property ReportStringProperty^ Value {
ReportStringProperty^ get ();
}
member Value : ReportStringProperty
function get Value () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value of the chart legend column.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace