[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.RenderingExtensionInfo.-ctor

RenderingExtensionInfo Constructor

RenderingExtensionInfo(string, string, string, IEnumerable<PropertyElement>)

Allows initialization of RenderingExtensionInfo

Declaration
public RenderingExtensionInfo(string assemblyName, string extensionTypeName, string menuName, IEnumerable<PropertyElement> settings)
Parameters
Type Name Description
string assemblyName

The assembly name.

string extensionTypeName

The type of the extension.

string menuName

The name of menu item.

IEnumerable<PropertyElement> settings

The collection of the properties.