adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparisonReportGenerator Class / ReportType Property


In This Topic
    ReportType Property
    In This Topic
    Gets or sets the format of the report to produce.
    Syntax
    'Declaration
     
    
    Public Property ReportType As ComparisonReportType
    public ComparisonReportType ReportType {get; set;}
    public:
    property ComparisonReportType ReportType {
       ComparisonReportType get();
       void set (    ComparisonReportType value);
    }
    Remarks
    For an HTML report, the returned report is an HTML fragment only (it does not include html, head, or body tags). It is the responsibility of the consumer to embed the fragment in a valid HTML document and add CSS definitions to style the report.
    See Also