Partager via


Propriété Value

Gets the color value of the property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As ReportColor
    Get
'Utilisation
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