Hi there!
On my project I have lots of report files, on which I bind a list of objects. One of the properties from these objects is a boolean field, which gives me as output the text "true" or "false".
I woundn´t like to use expressions, neither itemdatabound event, cause it would lead me to a herculeous work, since I have more than two hundred reports in this project.
Is here a way to set the boolean fields to get their text from a resource (resx) file instead of "true" and "false"?
btw, I´m already using the file Telerik.ReportViewer.WebForms.Resources.pt-BR.resx, but it only translates the interface itens, not the data.
Best regards,
On my project I have lots of report files, on which I bind a list of objects. One of the properties from these objects is a boolean field, which gives me as output the text "true" or "false".
I woundn´t like to use expressions, neither itemdatabound event, cause it would lead me to a herculeous work, since I have more than two hundred reports in this project.
Is here a way to set the boolean fields to get their text from a resource (resx) file instead of "true" and "false"?
btw, I´m already using the file Telerik.ReportViewer.WebForms.Resources.pt-BR.resx, but it only translates the interface itens, not the data.
Best regards,