ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class


In This Topic
    Report Class Methods
    In This Topic

    For a list of all members of this type, see Report members.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Adds a related report section to the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a subreport to the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a template subreport to the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Clears all selected elements in the report.  
    Public Method Deletes the specified element from the report. Note that section elements cannot be deleted and will be ignored if specified. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes the set of elements from the report. Note that section elements cannot be deleted and will be ignored if specified. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Export a report to a PDF format. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Finds the report element by name.  
    Public Method Finds the elements with the given names on the report.  
    Public Method Returns the element's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGet the collection of ArcGIS.Desktop.Layouts.Element from the report as a flattened list. Nested groups within ArcGIS.Desktop.Layouts.GroupElement are not preserved.  
    Public Method Gets the expressions of the report section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of selected elements on the report.  
    Public Method Returns the statistics in the given Report or Related Report Section.  
    Public Method Moves the group section elements to new location. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Moves the relate section to new location. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Moves the report section element to new index location. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Removes the related report from the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Removes the report section element from the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Removes the supplemental page from the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Replaces a layout page section with a new layout definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Select all report elements in a report.  
    Public Method Selects the specified element in the report.  
    Public Method Selects the set of elements in the report.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodApplies 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.  
    Public MethodOverloaded.   
    Public Method Updates the expressions of the report section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the name of the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the page of the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the page height of the report. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the data source of the related report section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the grouping and sorting fields of the related report section. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates the name of the related report element. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Unselect the element on the report.  
    Public Method Unselect the elements on the report.  
    Top
    Protected Methods
    See Also