Share via


ActionInfo.Style 속성

Gets or sets style properties to be used to override properties of the item when in an interactive renderer.

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

구문

‘선언
Public Property Style As ActionStyle 
    Get 
    Set
‘사용 방법
Dim instance As ActionInfo 
Dim value As ActionStyle 

value = instance.Style

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

속성 값

유형: Microsoft.ReportingServices.ReportRendering.ActionStyle
An ActionStyle object.

참고 항목

참조

ActionInfo 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스