TdxCustomContainerReportLink Events
Represents the base class for the container component report links.Name | Description |
---|---|
OnChangeComponent | Occurs when the Component property changes. Inherited from TBasedxReportLink. |
OnCustomDrawItem | Occurs before painting of a specific container item. |
OnCustomDrawPageFooter | Enables you to custom paint page footers for the report link. Inherited from TBasedxReportLink. |
OnCustomDrawPageHeader | Enables you to custom paint page headers for the report link. Inherited from TBasedxReportLink. |
OnCustomDrawReportLinkFootnotes | Enables you to custom paint footnotes. Inherited from TBasedxReportLink. |
OnCustomDrawReportLinkTitle | Occurs when drawing the report title. Inherited from TBasedxReportLink. |
OnDataSourceChanged | Enables you to respond to an impending change in the report link’s report source. Inherited from TBasedxReportLink. |
OnDestroy | Occurs when a report link is being destroyed. Inherited from TBasedxReportLink. |
OnFilterStyle | Occurs when retrieving the list of available print styles. Inherited from TBasedxReportLink. |
OnGetComponentCaption | Occurs when the report link designer’s Controls or Hidden Controls pages are activated. |
OnGetComponentReportLink | Occurs when assigning report links for the aggregated components. |
OnGetNewReportStorageName | Enables you to customize the report storage’s default name. Inherited from TBasedxReportLink. |
OnInitializeItem | Occurs during the report item initialization. |
OnInitializeItemOptionsPlace | Occurs when defining placement for the report item. |
OnInitializeReportLink | Occurs when initializing an aggregated report link. |
OnIsComponentProcessed | Occurs before processing an aggregated component. |
OnMeasureReportLinkFootnotes | Enables you to customize a footnote’s height. Inherited from TBasedxReportLink. |
OnMeasureReportLinkTitle | Occurs when drawing the report title before the OnCustomDrawReportLinkTitle event. Inherited from TBasedxReportLink. |
See Also