The following dictionary indexers are available:
| Function | Examples | Description |
|---|---|---|
| Global.AppSettings[key] | Global.AppSettings["DBConn"] | Retrieves the AppSetting with the key a. |
| Global.ConnectionStrings[key] | Global.ConnectionStrings["DBConn"] | Retrieves the ConnectionString with the key a. |
| Parameters[key] | Parameters["OrderID"] | Retrieves the Parameter with the key a. |
| QueryID[fieldName] | MyQuery["ShipDate"] | Retrieves the field from the query specified. Note that the QueryID must be the current query or of a parent query. |
| See Also |
Functions | Aggregate Functions | Expressions | Programming with ReportWriter for .NET
