ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SetDefinition Method
CIMReport

In This Topic
    SetDefinition Method (Report)
    In This Topic
    Applies the changes made to a modified ArcGIS.Core.CIM.CIMReport back to the report. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetDefinition( _
       ByVal cimReport As CIMReport _
    ) 
    public void SetDefinition( 
       CIMReport cimReport
    )

    Parameters

    cimReport
    CIMReport
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also