Home
>
Archive
>
SSW Standards
>
Developer SQL Reporting Services
>
SSW SQL Server Reporting Services Naming Standard
SQL Server Reporting Services Naming Standard
This standard outlines the procedure on naming Reports at SSW for SQL
Server Reporting Services. Use this standard when creating new Reports
or if you find an older Report that doesn't follow that standard.
Syntax
Report names are to have this syntax:
[rpt] [Reportname]
[ 1 ]
[ 2 ]
Sub Report names are to have this syntax:
[subrpt] [Reportname]
[ 1 ]
[ 2 ]
|
Prefix
|
Type
|
| rpt |
Main Report |
| subrpt |
Sub Report |
Examples
|
Old Style
|
Recommended Style
|
| Report 'Quote' |
'rptQuote' |
| Sub Report 'Quote Header' |
'subrptQuoteHeader' |
Acknowledgments
Adam Cogan