ReportObj MethodsA Sandcastle Documented Class Library
The ReportObj type exposes the following members.
Methods

  NameDescription
Public methodGetActive
Returns if this report is active or not.
Public methodGetColumnAsString
Returns the column value as a string for the given database column.
Public methodGetCreatedOn
Returns when this report was created.
Public methodGetDataRow
Returns the data row for this report object.
Public methodGetFilterCoded
Returns the coded filter slot.
Public methodGetFilterId
Returns the filter id of this report.
Public methodGetFilterLiteral
Returns the literal filter object slot.
Public methodGetHasFilterSection
Returns true if this object has a filter section.
Public methodGetHasReportSection
Returns true if there is a report section available.
Public methodGetParent
Returns the parent of this report object.
Public methodGetReportCoded
Returns the report coded SqlQuery obj.
Public methodGetReportId
Returns the report id for this report.
Public methodGetReportLiteral
Returns the report literal SqlQuery obj.
Public methodGetReportName
Returns the name of this report.
Public methodGetUserId
Returns the user id this report belongs to.
Public methodSetDataRow
Sets the data row for this report object.
Public methodSetFilterCoded
Sets the filter SqlQuery obj, for coded slot.
Public methodSetFilterId
Sets the filter id this report belongs to.
Public methodSetFilterLiteral
Sets the literal filter object slot.
Public methodSetParent
Sets the parent of this report object.
Public methodSetReportCoded
Set the report coded SqlQuery obj.
Public methodSetReportLiteral
Sets the report literal SqlQuery obj.
Public methodSetUserId
Sets the user id this report belongs to.
Public methodToString
String representation of this object's contents.
(Overrides Object ToString .)
Back to Top
See Also