[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RomUtils.SetLocalizedValue

SetLocalizedValue Method

SetLocalizedValue(ReportItem, string, object)

Sets localized property value to resources.

Declaration
public static bool SetLocalizedValue(ReportItem reportItem, string propertyName, object value)
Parameters
Type Name Description
ReportItem reportItem
string propertyName
object value
Returns
Type Description
bool

SetLocalizedValue(Report, string, object)

Sets localized property value to resources.

Declaration
public static bool SetLocalizedValue(Report report, string propertyName, object value)
Parameters
Type Name Description
Report report
string propertyName
object value
Returns
Type Description
bool