This document is archived and information here might be outdated.  Recommended version.


IReportTemplate.FieldMapping Method (ArcObjects .NET 10.5 SDK)
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