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


IReportTemplate.FieldMapping Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMap > ESRI.ArcGIS.ArcMap > Interfaces > IR > IReportTemplate Interface > IReportTemplate.FieldMapping Method
ArcGIS Developer Help

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