Właściwość Border.Color
Pobiera wyrażenie kolor obramowania (chyba że została zastąpiona dla określonej strony).
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Color As ReportColorProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także