[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LocalizationResource

LocalizationResource Class

Represents a localization resource for the Report.

Inheritance
LocalizationResource
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class LocalizationResource

Fields

Name Description
KeyFormat

Gets a format of key for resource.

Methods

Name Description
AddResourceValue(string, string)

Adds a resource value for the given key.

GetResourceValue(string)

Gets the resource value using the specified key.

GetResourcesByItemName(string)

Gets the resources using the specified item name.

RemoveResourceValue(string)

Removes the resource value using the specified key.

Extension Methods