MapFieldType property: RCMapFields class
Description
Use the MapFieldType property to set or return a string value representing the mapping type:
| Value | Description |
|---|---|
|
KF |
Key field. |
|
FV |
Fixed value. |
|
SV |
System variable. |
|
PF |
Page field (valid only for a page-level configuration—that is, when the IsCompService property of the parent RCServiceConfig object is set to P). |
|
DC |
Data column (valid only for a pivot grid configuration). |
|
ML |
Menu location (valid only for chart field in a pivot grid configuration). |
This property is read/write.
Example
&rcMapFlds.MapFieldType = "PF";