Few Questions
Hi, i am trying Fast Reports to maybe buy he, but i need some detail about a little parts.
1?? What are accurately the internet components?
2?? When i send to print print in front/verse page the component constraint my program, what i do?
3?? How to add Outlines when i creating the report with the showbands in manual build and to relate then with some band or page.
4?? Have some component that read full html codding and put just the text on the band, or support the WPTools?
5?? When i am in preview mode and send to print, the component remade all the report or just send that are created before?
6?? Have how to do Link Reports? (like ReportBuilder)
SOrry for the bad english
1?? What are accurately the internet components?
2?? When i send to print print in front/verse page the component constraint my program, what i do?
3?? How to add Outlines when i creating the report with the showbands in manual build and to relate then with some band or page.
4?? Have some component that read full html codding and put just the text on the band, or support the WPTools?
5?? When i am in preview mode and send to print, the component remade all the report or just send that are created before?
6?? Have how to do Link Reports? (like ReportBuilder)
SOrry for the bad english
Comments
2. Please explain more what do you want to ask? (the component constraint my program...?)
3. ?
4. ?
5. i think just send that are created before
6. what is the "Link Report" in Report Builder term?
3 - If you add OutlineText in a band on the design report, that appear on the outlines , but if you use the method showband to change the bands order the outline don't appear.
2 ,4, 5, 6 - no more problens...
2) to show outline, you should enable the TfrxReport.PreviewOptions.OutlineVisible property. You should also use Report.PreviewPages.Outline.AddItem(text, position) to add outline item when using manualbuild.