MH: UserExport als Druck

This commit is contained in:
2023-09-20 16:51:35 +02:00
parent cd850f685a
commit dcac29135a
5 changed files with 75 additions and 1 deletions

View File

@@ -372,7 +372,8 @@ namespace ReportingService.ServiceImplementations
public MemoryStream CreateUserListReport(List<long> oids)
{
return null;
var reportCreator = GetReportCreator();
return CreateReportStream(reportCreator.CreateUserListReport(oids));
}
public MemoryStream CreateUserGroupListReport(List<long> oids)