Freigeben über


ChartLegendColumn.Value-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value of the chart legend column.

Siehe auch

Verweis

ChartLegendColumn Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace