ArcObjects Library Reference (ArcMap)  

IReportTemplate.FieldMapping Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReportTemplate Interface