StiReportDataSourceCollection Class
Namespace: Stimulsoft.Report.Design
Inheritance
Inherits from: CollectionBase
Constructors
| Constructor | Description |
|---|---|
| StiReportDataSourceCollection(StiReport report) |
StiReportDataSourceCollection(report: StiReport)
Parameters
- report (StiReport)
Properties
| Property | Type | Description |
|---|---|---|
| Report | StiReport |
Methods
| Method | Returns | Description |
|---|---|---|
| Add (+1 overloads) | void | |
| Remove | void |
Method Details
Add
Add(name: string, value: object): void
Parameters
- name (string)
- value (object)
Add(item: StiReportDataSource): void
Parameters
- item (StiReportDataSource)
Remove
Remove(name: string): void
Parameters
- name (string)