Share via


ReportItem.Style 속성

Gets or sets the style properties defined for the report item.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Property Style As Style 
    Get 
    Set
‘사용 방법
Dim instance As ReportItem 
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)

속성 값

유형: Microsoft.ReportingServices.ReportRendering.Style
A Style object containing information about the style of a report item.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스