ArcGIS Pro 2.9 API Reference Guide
Report Class Methods


ArcGIS.Desktop.Reports Namespace : Report Class

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

Public Methods
 NameDescription
Public MethodOverloaded.   
Public Method Adds a layout page section to the report. This method must be called on the MCT. Use QueuedTask.Run.  
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 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 set of selected elements on the report.  
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 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 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
 NameDescription
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Top
See Also

Reference

Report Class
ArcGIS.Desktop.Reports Namespace