[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RomUtils.GetAllLocalizedValues

GetAllLocalizedValues Method

GetAllLocalizedValues<T>(ReportItem, string, FromStringConverter<T>)

Gets all property localized values from resources.

Declaration
public static T[] GetAllLocalizedValues<T>(ReportItem reportItem, string propertyName, RomUtils.FromStringConverter<T> converter)
Parameters
Type Name Description
ReportItem reportItem
string propertyName
RomUtils.FromStringConverter<T> converter
Returns
Type Description
T[]
Type Parameters
Name Description
T