IThreadSafeFieldCollection Properties
Provides thread-safe access to the pivot grid fields collection.| Name | Description |
|---|---|
| Count | Gets the number of fields in the collection. |
| Item[Int32] | Provides indexed access to individual fields within the collection. |
| Item[String] | Provides access to individual fields within the collection by the name of the bound data source field. |
See Also