MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LocalizationResource Class / RemoveResourceValue Method
A System.String value indicating the resource key, based on the template: [control name].[property name].
Example

In This Topic
RemoveResourceValue Method
In This Topic
Removes the resource value using the specified key.
Syntax
'Declaration
 
Public Sub RemoveResourceValue( _
   ByVal key As String _
) 
 

Parameters

key
A System.String value indicating the resource key, based on the template: [control name].[property name].
Example
localizationResource.RemoveResourceValue("TextBox1.Value");
See Also