Order.Add
Syntax:
Parameters:
<Description> (required)
Description of the order item being added. Name of available field and full path.
For example, if there is an available field called "Product," you can define an order item "Product.CountryOfOrigin.Description.".
<Name> (optional)
Order item name. If not specified, a name is created based on the passed description.
<Representation> (optional)
User display of order item.
<Direction> (optional)
Sort direction of the order item being added.
Default value: Asc.
Description:
Caution: This method is not available for dynamic list filtering (property Order of the objects CatalogList.
Availability:
Example:
ReportBuilder.Order.Add(FieldName); |