다음을 통해 공유


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 Style
    Get
    Set
‘사용 방법
Dim instance As ChartGridLines
Dim value As Style

value = instance.Style

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