This commit is contained in:
2020-09-02 22:49:28 +00:00
parent ad81e5caa2
commit 5825b490fa
3 changed files with 135 additions and 26 deletions

View File

@@ -377,17 +377,7 @@ namespace AyaNova.Biz
}
}
public class RenderedReport
{
public string MimeType { get; set; }
public byte[] RenderedOutput { get; set; }
public RenderedReport()
{
MimeType = "application/pdf";
RenderedOutput = null;
}
}
////////////////////////////////////////////////////////////////////////////////////////////////
//JOB / OPERATIONS