This property returns a collection of ProcessingInfo properties. Read
Property Properties As Properties
ProcessingInfo properties can be accessed in two ways:
GroupFormula = QueryResult.Item(Index).PluginInterface.GroupFormula
Comment = QueryResult.Item(Index).ProcessingInfo.Properties("SI_COMMENT").Value
Properties in the collection can be either simple properties or property bags (i.e. containers). 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.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |