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.