ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LocalizationResourceCollection Class / Item Property
The culture to obtain LocalizationResource.

In This Topic
    Item Property (LocalizationResourceCollection)
    In This Topic
    Get the LocalizationResource for the given culture.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal culture As String _
    ) As LocalizationResource
    public LocalizationResource this[ 
       string culture
    ]; {get;}

    Parameters

    culture
    The culture to obtain LocalizationResource.
    See Also