Exago .NET API Documentation
Report Class Methods

WebReports.Api.Reports Namespace : Report Class

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

Public Methods
 NameDescription
Public Method  
Public Method  
Public MethodOverridden.  Returns an array of Type objects describing which widget types the report contains ie. [Chart, Map, Gauge, ...]  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method Update the collection of JOINs for the existing entities We create a set of JOINs using the system level JOIN information for all entities in the report. If there is already a JOIN for that set of entities then we'll use the existing specification as there maybe custom options. Any unused existing JOIN is tested to see if both its entities still exist and if so we retain it. [EX-8881] Make sure we keep custom JOINs  
Public Method  
Public MethodOverloaded.   
Public Method  
Public Methodstatic (Shared in Visual Basic)  
Public Method Returns all column names that would be generated as a result of executing the report.  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method  
Public Method Returns all SQL statements that would be generated as a result of executing the report (there may be more than one SQL statement generated if the report uses more than one SQL data source).  
Public Method  
Public MethodOverridden.  Retrieve the XML for this report object.  
Public Method  
Public Methodstatic (Shared in Visual Basic)  
Public MethodOverridden.  Retrieve the XML for this report object.  
Public Method Integrate dynamically created Joins with the existing set of (possibly custom) Joins this.Joins contains the Joins we loaded the parameter buildJoins are produced by examining the entities in the report and the global Joins available. We will override the use of a global join if a custom one exists in the local join collection  
Public Method  
Public Method  
Public Method EX-9535 We may need to reload these later if SetupData has cleared its entities This generally only happens after a DebugSave EX-9722 Use the new AddEntityToCollection method  
Public Method  
Public Method This method must be called after the associated report has been altered by adding/removing cells, sections, and/or columns.  
Public Method  
Public MethodOverridden.  [EX-9209] The report object is being copied - do any cleanup necessary  
Public Method  
Public MethodOverridden.  Retrieve the serialized xml representation of this report object.  
Public Method  
Public Method  
Top
See Also

Reference

Report Class
WebReports.Api.Reports Namespace