Hello community,
I have been using labels in my Word and RDLC reports as variables, like this:
var:
Price_Lbl: Label 'Price';
These are being translated correctly, like they should.
But when I use the 'labels' property on my reports, like this, they are not translated:labels
{
Price_Lbl = 'Price';
}
Is this normal behavior or am I missing something?
Thanks!