共用方式為


ChartEmptyPoints.Style 屬性

Gets the style properties of this report definition object.

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

語法

'宣告
Public Property Style As EmptyColorStyle 
    Get 
    Set
'用途
Dim instance As ChartEmptyPoints 
Dim value As EmptyColorStyle 

value = instance.Style

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle
An EmptyColorStyle object.

請參閱

參考

ChartEmptyPoints 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間