The name of the user who owns a particular object. Read
Part | Type | Description |
---|---|---|
QueryResult.Item(Index).Properties.Item("SI_OWNER")
This property can be used, for example, to list all the reports, and folders, for a particular user. Like the SI_ID property, this value is unique.
This example selects all reports, and report instances that belong to a particular user.
Select SI_NAME From CI_INFOOBJECTS Where SI_OWNER='DWilson' And SI_PROGID='CrystalEnterprise.Report'
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |