Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

1 SSRS Landscape




2 Servers details




3 SSRS Projects Details

Sl NoProject NameDescription
1


4 Repository Details

Sl NoRepository NameDescription





5 Creating new Report


5.1 Steps involved for creation of new reports


5.2 Deployment of new report

#1 Deploy RDL file to report server

#2 Create statement for new report

#3 Mark has to do the assignment of report for positioning


6 Modifications to Existing Reports

6.1 Steps involved for modification of existing reports


6.2 Deployment of existing report

7 Standards for the reports.


Sl NoStandard to FollowDescription
1Font Color
2Header Color
3Font Size : HeaderĀ 
4Font Size : Data Items
5Standard Filters ( List of Fields)
6Standard Sorting ( List of Fields)
7Standard Grouping ( List of Fields)

8 Report Subscriptions


8.1 Report Subscription Details


8.2 Steps to configure the report subscription


9 Query Fixes


9.1 Query Information


Sl NoQueryDescription
1

IF NOT EXISTS (SELECT * FROM OperationalReport WHERE ReportName = 'WIOAMasterReport' AND CategoryId = 12)

BEGIN

INSERT OperationalReport (ReportName, DisplayName, ShowReport, CategoryId)

VALUES('WIOAMasterReport', 'ETA9173', 1, 12)

END

GO



9.2 Query Changes

10 Deploying SSRS Reports


#1 Check the report in local instance

#2 Publish the report to GIT

#3 Get the updated file in deployment instance. This is the instance where SQLSERVER 2010 is installed

#4.Deploy the report to Dev environment and request Mark to test the report

#5 Post review , change the target settings for that particular project and deploy it to production. Note: This required approval from Mark


11. List of DB Tables





Note: Above list may have more tables . Need to update




12. SOP : Access of Instances






  • No labels