共用方式為


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 命名空間