Compartir a través de


ReportColorProperty.Value Propiedad

Gets the color value of the property.

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

Sintaxis

'Declaración
Public ReadOnly Property Value As ReportColor 
    Get
'Uso
Dim instance As ReportColorProperty 
Dim value As ReportColor 

value = instance.Value
public ReportColor Value { get; }
public:
property ReportColor^ Value {
    ReportColor^ get ();
}
member Value : ReportColor
function get Value () : ReportColor

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor object.

Vea también

Referencia

ReportColorProperty Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering