Compartilhar via


Propriedade do RDL ReportColorProperty.Value

Gets the color value of the property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ReportColorProperty Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering