ActiveReports 19 .NET Edition
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 _
    ) 
    public void RemoveResourceValue( 
       string key
    )

    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