Property | Type | Description | |
---|---|---|---|
DefaultClause | string | ||
RunningModels | ReportModel>.Dictionary |
Property | Type | Description | |
---|---|---|---|
_connectionGUID | string |
Property | Type | Description | |
---|---|---|---|
AddSubReportsElements | void | ||
JoinTables | void | ||
buildOrderClause | void | ||
checkRunningModels | void | ||
executePrePostStatement | void | ||
executePrePostStatements | void |
Method | Description | |
---|---|---|
BuildSQL ( ) : void | ||
CancelCommand ( ) : void | ||
CheckSQL ( string sql, List |
||
CheckSeries ( ) : void | ||
CheckSortOrders ( ) : void | ||
ClearLostElements ( ) : void | ||
Create ( ) : ReportModel | ||
DesignLoadScript ( ) : void | ||
ExecuteLoadScript ( string script, string name, object model ) : void | ||
FillResultTable ( ) : void | ||
GetElements ( PivotPosition position ) : IEnumerable |
||
GetRestrictionByName ( string name ) : ReportRestriction | ||
GetSplitterElements ( AxisType xAxisType ) : IEnumerable |
||
GetXElements ( AxisType xAxisType ) : IEnumerable |
||
InitReferences ( ) : void | ||
InvertDataTables ( ) : void | ||
SetColumnsName ( ) : void |
Method | Description | |
---|---|---|
UpdateEditorAttributes ( ) : void |
Method | Description | |
---|---|---|
AddSubReportsElements ( ) : void | ||
JoinTables ( JoinPath path, List |
||
buildOrderClause ( IEnumerable |
||
checkRunningModels ( string key ) : void | ||
executePrePostStatement ( string sql, string prefix, string name, bool ignoreErrors, object model ) : void | ||
executePrePostStatements ( bool isPre ) : void |
public CheckSQL ( string sql, List |
||
sql | string | |
tables | List |
|
model | ReportModel | |
return | string |
public ExecuteLoadScript ( string script, string name, object model ) : void | ||
script | string | |
name | string | |
model | object | |
return | void |
public GetElements ( PivotPosition position ) : IEnumerable |
||
position | PivotPosition | |
return | IEnumerable |
public GetRestrictionByName ( string name ) : ReportRestriction | ||
name | string | |
return | ReportRestriction |
public GetSplitterElements ( AxisType xAxisType ) : IEnumerable |
||
xAxisType | AxisType | |
return | IEnumerable |
public GetXElements ( AxisType xAxisType ) : IEnumerable |
||
xAxisType | AxisType | |
return | IEnumerable |
public static Dictionary |
||
return | ReportModel>.Dictionary |