[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.InjectTo

InjectTo Method

InjectTo(Type)

Replaces default ResourceManager with the EmbeddedResourceManager in the specified class.

Declaration
public static void InjectTo(Type resourceDesignerType)
Parameters
Type Name Description
Type resourceDesignerType

The resource's designer auto-generated class.

Remarks

For internal use.

InjectTo(params Type[])

Declaration
public static void InjectTo(params Type[] types)
Parameters
Type Name Description
Type[] types