ChartLegendColumnHeader.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 to be shown in the header.
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 ChartLegendColumnHeader
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 to be shown in the header.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace