The Item property stores an array of ReportLogon objects, which contain logon information for each database the report needs to access data from. Read
Property Item( Index) As ReportLogon
Index of the ReportLogon to be retrieved. The index can be an ordinal
position or a database name. The index is one
The Item property can be used, in conjunction with the Count property, to enumerate through all the ReportLogons in a report.
Note: The collection is indexed from one. That is, the index of the first item in the collection is one, and not zero.
This is the InfoObjects collection's default property. For tips on how to use default properties to reduce the amount of code you need to write, see Using default properties.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |