ReportOut Class

Holds basic report information on an Ensur Report.

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ReportOut
Inheritance
Object    ReportOut

Constructors

ReportOutInitializes a new instance of the ReportOut class

Properties

AssociatedTags A series of short descriptions that are associated with this report. See ListTags for a listing of all available tags.
AvailableFormats The file formats that this report allows.
Description A description of what the report returns
ReportName The file name of the installed report.
Title A short description/name of the report.

See Also