다음을 통해 공유


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 ChartSeries
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)