Question “How can I add a PDF button to the Report Explorer toolbar?” Solution The following example shows create and register a custom ReportExplorer form descendant. Download: ReportExplorerAddPDFButton.zip Sample Delphi code: uses ppForms, ppExpFrm, ppTBX, ppToolResources, ppTypes; type TmyReportExplorerForm = class(TppReportExplorerForm) private FPDFButton: TppTBXItem; protected procedure ehPDFButton_Click(Sender: TObject); virtual; public procedure Initialize; override; property PDFButton: Full Article…
Search the Wiki
Viewing 238 to 240 of 408 items
Report Parameter Fundamentals
Report Parameters are very useful in allowing users to modify information and aspects of a report from outside the report itself. Report Parameters can also be used to manually create search criteria and search lists in conjunction with the AutoSearch feature of ReportBuilder. Creating Parameters Parameters are added to the report using the Report Tree. Full Article…
Registration of Components
TECH TIP: Controlling the End-User Environment If you are having difficulty getting the Data tab, the Calc tab, the crosstab component or the TeeChart component to appear in your end-user application, or you are trying to eliminate one of these capabilities from the app, then this help topic is for you. The following paragraphs explain Full Article…