This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMap > ESRI.ArcGIS.ArcMap > Interfaces > IR > IReportTemplate Interface > IReportTemplate.FieldMapping Method (ArcObjects .NET 10.5 SDK) |
Sets the field mapping from the report template to the new fields.
[Visual Basic .NET] Public Function FieldMapping ( _ ByVal templateFieldList As String, _ ByVal sourceFieldList As String _ ) As Boolean
[C#] public bool FieldMapping ( string templateFieldList, string sourceFieldList );