This document is archived and information here might be outdated. Recommended version. |
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
);