ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SetRelatedDataSource Method
The source for the related report.
Name of the related report element to update.
Name of the new relationship.

In This Topic
    SetRelatedDataSource Method
    In This Topic
    Updates the data source of the related report section. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetRelatedDataSource( _
       ByVal dataSource As ReportDataSource, _
       ByVal relatedReportElementName As String, _
       ByVal relateName As String _
    ) 

    Parameters

    dataSource
    The source for the related report.
    relatedReportElementName
    Name of the related report element to update.
    relateName
    Name of the new relationship.
    Exceptions
    ExceptionDescription
    The relatedReportElementName is empty or null.
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also