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 3 Next »

1 Servers details




2 SSRS Projects Details

3 Repository Details

4 Creating new Report


4.1 Steps involved for creation of new reports


4.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


5 Modifications to Existing Reports

5.1 Steps involved for modification of existing reports


5.2 Deployment of existing report

6 Standards for the reports.

7 Report Subscriptions

8 Query Fixes

8.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



8.2 Query Changes

9 Deploying SSRS Reports





  • No labels