Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

Header
Sl NoStandard to FollowDescription
1Font Header Color2#6099a8 : Background Color
32Font Size : Header 4Arial, 14pt, Default, Default, Default
3Font Size : Data Items5Arial, 10pt, Default, Default, Default
4Standard Filters ( List of Fields)6EmployeeId,HideHeader,DateCriteria,StartDate,EndDate
5Standard Sorting ( List of Fields)7Based on requirement
6Standard Grouping ( List of Fields)Based on requirement

8 Report Subscriptions


8.1 Report Subscription Details

...