This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user