Color 属性

Gets or sets the calculated value of the Color property in a Border class. The set accessor can only be used when creating custom report items.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Property Color As ReportColor
    Get
    Set
用法
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)

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the Color property.