This property returns a collection of properties. Read
Property Properties As Properties
Each InfoObject contains a collection of general InfoObject properties that can be accessed in two ways:
ReportName = QueryResult.Item(Index).Title
ParentFolder = QueryResult.Item(Index).Properties("SI_PARENT_FOLDER").Value
Properties in the Properties collection can be either simple properties or property bags. There are two ways that the user can determine if a property is a property bag:
Note: You can use the Properties collection's Add Method to add custom properties and property bags.
This is the InfoObject object'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 |