Name | Description | |
---|---|---|
ClearData | ||
ClearEntities | ||
ContainsWidgetTypes | Overridden. Returns an array of Type objects describing which widget types the report contains ie. [Chart, Map, Gauge, ...] | |
CreateCartesianJoinCollection | ||
CreateExecFilters | ||
CreateExecParameters | ||
CreateExecSorts | ||
CreateJoins | 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 | |
DebugSaveData | ||
GetClientSideData | Overloaded. | |
GetCustomOptionValue | ||
GetDescriptionSearchText | ||
GetExecuteColumns | Returns all column names that would be generated as a result of executing the report. | |
GetExecuteCsv | ||
GetExecuteData | ||
GetExecuteHtml | ||
GetExecuteJson | ||
GetExecuteReportWidgetParcels | ||
GetExecuteSql | 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). | |
GetInnerXml | ||
GetOuterXml | Overridden. Retrieve the XML for this report object. | |
GetReportGroupTreeJson | ||
GetReportSchema | ||
GetXml | Overridden. Retrieve the XML for this report object. | |
IntegrateJoins | 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 | |
LoadXml | ||
RecreateSections | ||
ReloadEntities | 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 | |
ReportExecuteInit | ||
ReprocessAfterAlteration | This method must be called after the associated report has been altered by adding/removing cells, sections, and/or columns. | |
ResetExecution | ||
ResetForCopy | Overridden. [EX-9209] The report object is being copied - do any cleanup necessary | |
ReturnDebugSaveData | ||
SerializeData | Overridden. Retrieve the serialized xml representation of this report object. | |
SetClientSideData | ||
SetExecutionReady |