[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LocalizationResource.RemoveResourceValue

RemoveResourceValue Method

RemoveResourceValue(string)

Removes the resource value using the specified key.

Declaration
public void RemoveResourceValue(string key)
Parameters
Type Name Description
string key

A string value indicating the resource key, based on the template: [control name].[property name].

Examples
localizationResource.RemoveResourceValue("TextBox1.Value");