The ReportObj type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReportObj |
General constructor for this object.
|
Methods
| Name | Description | |
|---|---|---|
| GetActive |
Returns if this report is active or not.
| |
| GetColumnAsString |
Returns the column value as a string for the given database column.
| |
| GetCreatedOn |
Returns when this report was created.
| |
| GetDataRow |
Returns the data row for this report object.
| |
| GetFilterCoded |
Returns the coded filter slot.
| |
| GetFilterId |
Returns the filter id of this report.
| |
| GetFilterLiteral |
Returns the literal filter object slot.
| |
| GetHasFilterSection |
Returns true if this object has a filter section.
| |
| GetHasReportSection |
Returns true if there is a report section available.
| |
| GetParent |
Returns the parent of this report object.
| |
| GetReportCoded |
Returns the report coded SqlQuery obj.
| |
| GetReportId |
Returns the report id for this report.
| |
| GetReportLiteral |
Returns the report literal SqlQuery obj.
| |
| GetReportName |
Returns the name of this report.
| |
| GetUserId |
Returns the user id this report belongs to.
| |
| SetDataRow |
Sets the data row for this report object.
| |
| SetFilterCoded |
Sets the filter SqlQuery obj, for coded slot.
| |
| SetFilterId |
Sets the filter id this report belongs to.
| |
| SetFilterLiteral |
Sets the literal filter object slot.
| |
| SetParent |
Sets the parent of this report object.
| |
| SetReportCoded |
Set the report coded SqlQuery obj.
| |
| SetReportLiteral |
Sets the report literal SqlQuery obj.
| |
| SetUserId |
Sets the user id this report belongs to.
| |
| ToString |
String representation of this object's contents.
(Overrides Object ToString .) |
Fields
| Name | Description | |
|---|---|---|
| coreTables |
Holds the core table description used in creating table links.
| |
| dataRow |
Original data row for this statistic.
| |
| filterCoded |
Coded filter criteria.
| |
| filterId |
Associated filter id.
| |
| filterLiteral |
Coded literal criteria.
| |
| parent |
Holds a reference to the FilterObj parent.
| |
| reportCoded |
Coded report query.
| |
| reportLiteral |
Literal report query.
| |
| userId |
Associated user id.
|
See Also