ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class
Properties Methods Events


In This Topic
    Report Class Members
    In This Topic

    The following tables list the members exposed by Report.

    Public Properties
     NameDescription
    Public Property Gets or sets the ActiveSection property.  
    Public Property Gets a value indicating the report's connection status.  
    Public Property Gets the data source of the report.  
    Public Property Gets the data source of the report.  
    Public Property Gets the collection of elements in the report.  
    Public Property Gets or sets the Name property.  
    Public Property Gets the OperationManager which is responsible for managing the undo/redo stack.  
    Public Property Gets or sets the Page property.  
    Public Property Gets or sets the URI property.  
    Top
    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 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 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
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also