Click or drag to resize

ReportModel Fields

The ReportModel type exposes the following members.

Fields
 NameDescription
Protected field_connectionGUID 
Protected field_dctd
(Inherited from RootEditor)
Protected field_GUID
(Inherited from RootComponent)
Protected field_name
(Inherited from RootComponent)
Protected field_report
(Inherited from ReportComponent)
Public fieldStatic memberDefaultLINQScriptTemplate 
Public fieldExecAxisPrimaryYIsDateTime True if chart primary axis is date time
Public fieldExecAxisSecondaryYIsDateTime True if chart secondary axis is date time
Public fieldExecChartIsDateTimeAxis True if chart is date time axis
Public fieldExecChartIsNumericAxis True if chart is numeric axis
Public fieldExecChartJSType Chart JS type
Public fieldexecCTEClause CTE Clause generated at execution
Public fieldExecD3PrimaryYAxisFormat Format for D3 primary chart axis
Public fieldExecD3SecondaryYAxisFormat Format for D3 secondary chart axis
Public fieldExecD3XAxisFormat Format for D3 chart X axis
Public fieldexecFromClause FROM Clause generated at execution
Public fieldexecGroupByClause GROUP BY Clause generated at execution
Public fieldexecHavingClause HAVING Clause generated at execution
Public fieldExecMomentJSXAxisFormat Format for Moment JS chart X axis
Public fieldExecNVD3ChartType NVD3 chart type
Public fieldexecOrderByClause ORDER BY Clause generated at execution
Public fieldexecOrderByNameClause ORDER BY NAME Clause generated at execution (used for No SQL Source)
Public fieldExecPlotlyChartType Plotly chart type
Public fieldExecResultPagesBuilt True if the result pages have been built
Public fieldExecResultTableLoaded True if the source result table has been loaded
Public fieldExecResultTables Current list of result tables for the model execution
Public fieldexecSelect Full SQL Select generated at execution
Public fieldexecSelectClause SELECT Clause generated at execution
Public fieldExecTableJoins Current list of tables used for the join
Public fieldExecutionDate Execution date of the model
Public fieldExecutionDuration Execution duration of the model
Public fieldExecutionError Error messages during execution
Public fieldexecWhereClause WHERE Clause generated at execution
Public fieldJoinPaths Description of the joins chosen to build the SQL
Public fieldLINQSelect LINQ SELECT used for the model
Public fieldMasterModel Master model if the model is a sub-model for LINQ source
Public fieldPages List of Pages generated after the model execution (one page per Page element values)
Public fieldProgression Progression in percentage of the model processing
Public fieldRestrictionText Display text for the restrictions of the model
Public fieldResultTable Result DataTable got from the SQL query
Public fieldSummaryTable Summary Table generated after the model execution (only if Page element are defined in the model)
Public fieldTag Custom Tag the can be used at execution time to store any object
Public fieldTag2 Custom Tag the can be used at execution time to store any object
Public fieldTag3 Custom Tag the can be used at execution time to store any object
Top
See Also