Compartir a través de


Value Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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