Interface ReportDetails

interface ReportDetails {
    AllFormLabels: string;
    AllFormNames: string;
    boLabels: string;
    boNames: string;
    formId: number;
    HtmlEscapedName: string;
    HtmlEscapedTitle?: string;
    moduleName: string;
    reportId: number;
}

Properties

AllFormLabels: string
AllFormNames: string
boLabels: string
boNames: string
formId: number
HtmlEscapedName: string
HtmlEscapedTitle?: string
moduleName: string
reportId: number