TdxSpreadSheetReportDataBinding Members
A link between the Report Designer and a dataset.Constructors
| Name | Description |
|---|---|
| Create(TdxSpreadSheetReportDesigner) | Initializes a new instance of the TdxSpreadSheetReportDataBinding class with specified settings. |
Properties
| Name | Description |
|---|---|
| DataController | Provides access to a data controller that unifies access to the bound data source. |
| DataGroups | Provides access to the data group collection. |
| DataSource | Specifies the data source for the Report Designer. |
| Designer | Returns a Report Designer instance linked to a dataset by the report data binding. |
| Details | Provides access to the detail dataset link collection. |
| Options | Specifies data controller options applied to the bound master dataset. |
| SortedFields | Provides access to the collection of fields against which the bound master dataset records are sorted. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also