共用方式為


Color 屬性

Gets or sets the calculated value of the Color property in a Border class. The set accessor can be used only 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.