共用方式為


ReportColor.Color 屬性

Gets or sets the color.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Color As Color 
    Get 
    Set
'用途
Dim instance As ReportColor 
Dim value As Color 

value = instance.Color

instance.Color = value
public Color Color { get; set; }
public:
property Color Color {
    Color get ();
    void set (Color value);
}
member Color : Color with get, set
function get Color () : Color 
function set Color (value : Color)

屬性值

型別:System.Drawing.Color
The color object.

請參閱

參考

ReportColor 結構

Microsoft.ReportingServices.RdlObjectModel 命名空間