Class DesignerPlugins
Represents list of registered design plugins.
Inheritance
System.Object
DesignerPlugins
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public static class DesignerPlugins
Methods
Add(Type)
Adds a new plugin's type.
Declaration
public static void Add(Type plugin)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | plugin | The type of a plugin. |