TdxBackground Members
TdxBackground specifies the background of individual report pages.Properties
| Name | Description |
|---|---|
| BkColor | Specifies the background color for report pages. |
| Brush | Specifies the brush used to draw report pages. |
| IsNeedDrawBackground | |
| IsRepaintNeeded | |
| Mode | Specifies the manner in which a report background is drawn. |
| Picture | Specifies the picture used to draw a report’s background. |
| PictureMode | Defines the manner in which a picture, specified by the Picture property, is drawn on report pages. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Disables all TdxBaseObject operations. Inherited from TdxBaseObject. |
| CancelUpdate | Enables operations for the current TdxBaseObject object. Inherited from TdxBaseObject. |
| Clear | |
| Clone | Creates a new TdxBaseObject instance. Inherited from TdxBaseObject. |
| DoApply protected | Generates the OnApply event. |
| DoPaint(TdxPSReportRenderCustomCanvas,TRect,TdxPaintSequence,Boolean) protected | Generates the OnPaint event. |
| DoPaintEx(TdxPSReportRenderCustomCanvas,TRect,TdxPaintSequence,Integer,Integer) protected | Generates the OnPaintEx event. |
| EndUpdate | Enables TdxBaseObject operations. Inherited from TdxBaseObject. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IsEmpty | Inherited from TdxBaseObject. |
| IsEqual(TdxBaseObject) | Determines whether the specified object is of the TdxBaseObject type. Inherited from TdxBaseObject. |
| LoadFromFile(string) | Loads TdxBaseObject contents from a file. Inherited from TdxBaseObject. |
| LoadFromStream(TStream) | Loads data form a stream into the TdxBaseObject object. Inherited from TdxBaseObject. |
| Paint(TCanvas,TRect) | Paints the report background. |
| PaintEx(TdxPSReportRenderCustomCanvas,TRect,Integer,Integer) | Paints a report’s background. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| RepaintNeeded(TdxBackgroundParams) protected | Specifies whether the report background needs repainting. |
| RestoreDefaults | Inherited from TdxBaseObject. |
| SaveToFile(string) | Saves the TdxBaseObject contents to a file. Inherited from TdxBaseObject. |
| SaveToStream(TStream) | Saves TdxBaseObject contents to a stream. Inherited from TdxBaseObject. |
| SetupEffects | Displays the Fill Effect dialog on screen. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnApply protected | Occurs when applying TdxBackground object properties to a report. |
| OnChange | Occurs when changing properties of a TdxBackground object. |
| OnPaint | Occurs when the report background is being painted. |
| OnPaintEx | Occurs when painting report background. |
See Also