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


IReportTemplate.RelatedReportMapping 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.RelatedReportMapping Method
ArcGIS Developer Help

IReportTemplate.RelatedReportMapping Method

Sets the mapping information for a related report.

[Visual Basic .NET]
Public Function RelatedReportMapping ( _
    ByVal relatedReportName As String, _
    ByVal pSourceRelationshipClass As IRelationshipClass, _
    ByVal templateFieldList As String, _
    ByVal sourceFieldList As String _
) As Boolean
[C#]
public bool RelatedReportMapping (
    string relatedReportName,
    IRelationshipClass pSourceRelationshipClass,
    string templateFieldList,
    string sourceFieldList
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReportTemplate Interface