Compartir a través de


ChartLegendColumn.Value Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets an expression that evaluates to the value of the chart legend column.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendColumn Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering