[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Tools.EmbeddedResourceManager

EmbeddedResourceManager Class

Allows to load resource strings from main assembly instead of satellite assembly.

Inheritance
EmbeddedResourceManager
Namespace: GrapeCity.ActiveReports.Tools
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class EmbeddedResourceManager : ResourceManager
Remarks

For internal use.

Methods

Name Description
GetObject(string, CultureInfo)
GetString(string, CultureInfo)
InjectTo(Type)

Replaces default ResourceManager with the EmbeddedResourceManager in the specified class.

InjectTo(params Type[])

Extension Methods