...
6.1 Steps involved for modification of existing reports
#1.Identify the report which we need to identify
#2.Get the report name using below query
SELECT * FROM OperationalReport WHERE DisplayName like '%WIO%';
#3.Now, need to identify whether report is global or client specific
#4. If report exists in both the folder (global and client specific), go ahead with client specific report and make the necessary change.
6.2 Deployment of existing report
#1 Go to Project Properties and change the Target Datasource Folder and TargetReportFolderÂ
#2.Deploy RDL file to report server
7 Standards for the reports.
...
Sl No | Standard to Follow | Description | |
---|---|---|---|
1 | Font Header Color | 2 | Header#6099a8 : Background Color |
32 | Font Size : Header 4 | Arial, 14pt, Default, Default, Default | |
3 | Font Size : Data Items5 | Arial, 10pt, Default, Default, Default | |
4 | Standard Filters ( List of Fields)6 | EmployeeId,HideHeader,DateCriteria,StartDate,EndDate | |
5 | Standard Sorting ( List of Fields) | 7Based on requirement | |
6 | Standard Grouping ( List of Fields) | Based on requirement |
8 Report Subscriptions
8.1 Report Subscription Details
...