Freigeben über


ChartLegendColumnHeader.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 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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value to be shown in the header.

Siehe auch

Verweis

ChartLegendColumnHeader Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace