Hey,
I have an issue generating .pdf reports with the Telerik reporting software. The problem is that I've changed the font size in the code behind of the report but this isn't shown in the pdf, which still has the old font size.
Please see the screenshots for an example. Please dont mind the Dutch. I added numbers so it's easier to see.
So I changed the font of some of the text fields like this:
TextUserControl.Style.Font.Size = new Unit(12);
And in the .pdf file it´s still about 16 points.
What can I do to fix this?
Thanks.
PS. I'm using the Silverlight tools.
I have an issue generating .pdf reports with the Telerik reporting software. The problem is that I've changed the font size in the code behind of the report but this isn't shown in the pdf, which still has the old font size.
Please see the screenshots for an example. Please dont mind the Dutch. I added numbers so it's easier to see.
So I changed the font of some of the text fields like this:
TextUserControl.Style.Font.Size = new Unit(12);
And in the .pdf file it´s still about 16 points.
What can I do to fix this?
Thanks.
PS. I'm using the Silverlight tools.