Class ToolbarButton
Button for the toolbar
Inherited Members
Namespace: FastReport.Web.Toolbar
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ToolbarButton : ToolbarElement
Properties
Image
The image of the button that appears in the toolbar
Declaration
public ToolbarElementImage Image { get; set; }
Property Value
Type | Description |
---|---|
ToolbarElementImage |
OnClickAction
Action that is triggered when the button is clicked
Declaration
public IClickAction OnClickAction { get; set; }
Property Value
Type | Description |
---|---|
IClickAction |