How to: Verify TrueType Fonts

In client report definition (RDLC) report layouts, only TrueType fonts are supported. If you have a report that uses a font that is not a TrueType font, such as Helvetica, when you transform the report, the font will be changed to Arial Bron : MSDN Lees…

How to: Verify the Paper Size

Before you print or preview a client report definition (RDLC) report layout, the RoleTailored client checks the page width and page height to verify that the paper size is supported by the printer. After you create an RDLC report layout, to ensure that you can print…

How to: Verify Controls on a Report

Client report definition (RDLC) report layouts generate the dataset for the reports in a different way than Classic report layouts. For RDLC report layouts, the dataset is generated based on a set of rules and uses the controls in the section part of the Classic report…

How to: Verify Code on a Report

Some code that is supported on Classic report layouts is not supported on client report definition (RDLC) report layouts. If you want to use the RDLC layout of a report, you should verify that all code on your report is supported in the RDLC layout. If…