Dynamische HomeViewPanels
This commit is contained in:
@@ -106,6 +106,13 @@ namespace ReportingService.ServiceImplementations
|
||||
}
|
||||
}
|
||||
|
||||
public MemoryStream CreateCustomReport(long employeeOid, String reportName)
|
||||
{
|
||||
var reportCreator = GetReportCreator();
|
||||
|
||||
return CreateReportStream(reportCreator.CreateCustomReport(employeeOid, reportName));
|
||||
}
|
||||
|
||||
private static MemoryStream CreateReportStream(XtraReport pReport)
|
||||
{
|
||||
pReport.CreateDocument();
|
||||
|
||||
Reference in New Issue
Block a user