Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets style properties to be used to override properties of the item when in an interactive renderer.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Style As ActionStyle
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ActionStyle
An ActionStyle object.