wei
wei
About
- Username
- wei
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
AlexTZ wrote: » Hello, In the text object, you should use the Korean font instead of Arial. It might be a bug Alex, in ExportTTF.cs line 2367, GlyphWidth = (int) (horizontal_metrix_table[idk].advanceWidth * 1000 / font_header.unitsPe…
-
AlexTZ wrote: » Hello, In the text object, you should use the Korean font instead of Arial. Hi Alex, please help me out, I tested this again. If I check embedded fonts when exporting to PDF, report designer crashes with an error. if …
-
AlexTZ wrote: » Hello, You may add another report tab using the previewControl.AddTab method. Hi Alex, I am not trying to added another report tab to previewControl though. I am trying to generate the report directly and dynamically, …
-
wei wrote: » I have a very simple interactive report. It has two pages. Click a link on report page 1 takes you to report page 2. Now when I generate the report dynamically in code, I want to go to page 2 directly, is it possible? and how? …
-
AlexTZ wrote: » Hello, The problem is that the component's designer in the FastReport.VSDesign.dll can work with original dll only. When you compile FastReport.dll from the source code, you use different assembly key file (.snk), or skip the as…
-
just an addition, I did NOT change anything in the source code, just compiled it and tried to use the compiled version.