|
|
|||
Home Products Downloads Registered users Support Prices Order Primary Subscription |
|
||
XLRDatasources classZero-based collection of datasources (of XLRDatasource type) for the current report. XLRDatasources PropertiesCount (read only)Returns the number of datasources in the collection.
Property Count As Long
Item (read only)Returns a single XLRDatasource object from the collection of datasources, either by position or by name.
Property Item(Index As XLRDatasource
Because the Item property is the default property of XLRDatasources, the following two statements are equivalent:
Set dsrCustomers = ocxXLReport.Datasources.Item(0) Set dsrCustomers = ocxXLReport.Datasources(0) See also: XLRDatasource class, XLRDatasource.Dataset property, XLRDatasource.DatasetType property. XLRDatasources MethodsAddAdds a new XLRDatasource object to the XLRDatasources collection and returns it.
Function Add() As XLRDatasource
See also: XLRDatasources.Delete method, XLRDatasource class, XLRDatasource.Dataset property, XLRDatasource.DatasetType property. DeleteDeletes a specified item from the XLRDatasources collection.
Sub Delete(Index)
See also: XLRDatasources.Add method, XLRDatasource class, XLRDatasource.Dataset property, XLRDatasource.DatasetType property. |
Components
Data Access methods
Excel version supportedMS Excel 97 (SR2)
[ Download it ] |