| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーロードされます。 Assigns (copies) properties from another DataSource to the current object. The name of source object is not copied. |
![]() | Close | For internal used. Disposes underlying DataHandler. |
![]() | FetchDataSourceInfo | Fetches the data source info, and caches it in DataSourceInfo property. If the data source info has already been cached, does nothing unless force is true. Note that this method may take a long time to complete, as it accesses the data source. Use this instead of simply accessing the DataSourceInfo property if you want to make sure that getting that property would be fast. |
![]() | IsParameterReferenced | Returns true if this DataSource used specified ReportParameter, i.e. this parameter used in the sql query, expression of CalculatedField etc etc. |
![]() | OnPropertyChanged | Marks the owner report as dirty so it will clear the internal cache and render again. C1.Report.ReportObjectから継承されます。 |
![]() | Open | For internal used. Builds the DataHandler object used to access data defined by this DataSource object. Method can throw an exception if data source can not be opened: invalid connection string etc. |
![]() | ParseParameters | For internal used. Parse the PARAMETERS clause from the query string intot the parameters collection. |
![]() | ResetDataSourceInfo | Resets DataSourceInfo property to null so it will be reinitializated on next call. |
![]() | SetRecordset | For internal use. Sets value of Recordset property without firing OnPropertyChanged() event. |
![]() | ToString | Returns the name of the current data source. |

