Freigeben über


Border.Color-Eigenschaft

Gets an expression that evaluates to the color of the border (unless overridden for a specific side).

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

Syntax

'Declaration
Public ReadOnly Property Color As ReportColorProperty 
    Get
'Usage
Dim instance As Border 
Dim value As ReportColorProperty 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Siehe auch

Verweis

Border Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace