Hi I hope I'm not crossing post. I can't change RB Icon from preview form. I've changed on the explorer and on desing forms but when I'm previewing the report it always shows the RB icon. How do I change it? Thanks
The preview form icon is controlled via the Report.Icon property. For an end-user solution try implementing the Report.Template OnLoadEnd and OnNew events to initialize the Report.Icon to the Designer.Icon. For an example of using the Report.Template.OnLoadEnd event, check out the Demos\EndUser\ReportExplorer example.
- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Hi Nard Thanks for answering. I was asking about the icon from previewing form when printing to screen. I've already found it. It uses the icon set in the form containing the RB components Thanks
El 09/04/2012 13:39, Nard Moseley (Digital Metaphors) escribió:
Comments
end-user solution try implementing the Report.Template OnLoadEnd and OnNew
events to initialize the Report.Icon to the Designer.Icon. For an example of
using the Report.Template.OnLoadEnd event, check out the
Demos\EndUser\ReportExplorer example.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks for answering. I was asking about the icon from previewing form
when printing to screen. I've already found it. It uses the icon set
in the form containing the RB components
Thanks
El 09/04/2012 13:39, Nard Moseley (Digital Metaphors) escribió: