Właściwość BorderInstance.Color
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Property Color As ReportColor
Get
Set
'Użycie
Dim instance As BorderInstance
Dim value As ReportColor
value = instance.Color
instance.Color = value
public ReportColor Color { get; set; }
public:
property ReportColor^ Color {
ReportColor^ get ();
void set (ReportColor^ value);
}
member Color : ReportColor with get, set
function get Color () : ReportColor
function set Color (value : ReportColor)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości Color właściwość.
Zobacz także