TdxPrintingRepository Methods
The global repository of report links used in an application.| Name | Description |
|---|---|
| CanBuildReport(TComponent) | Identifies if the report can be built for the specified control. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| PageSetupReport(TComponent) | Invokes the Page Setup dialog for the specified control. |
| PreviewReport(TComponent) | Invokes the Print Preview dialog for the specified control. |
| PrintReport(TComponent,Integer[]) | Invokes the Print dialog for the specified control. |
| PrintReport(TComponent) | |
| Register(IdxPrinting) | Registers the specified report link in the report link repository. |
| ToString | Inherited from TObject. |
| Unregister(IdxPrinting) | Removes the specified report link from the report link repository. |
See Also