コード例 #1
0
        public void ShowProfile()
        {
            Logger.Log("HybridApp: Create Report : Employee: Profile");

            DocumentManagerService.CreateDocument("ReportPreview", ReportPreviewViewModel.Create(ReportInfoFactory.EmployeeProfile(Entity)), null, this).Show();
        }
コード例 #2
0
 public void ShowPrint(EmployeeReportType employeeReportType)
 {
     DocumentManagerService.CreateDocument("ReportPreview", ReportPreviewViewModel.Create(GetReport(employeeReportType)), null, this).Show();
 }