Skip to content

Commit fe5a57f

Browse files
authored
Update Apply_Header_Footer.rss.vb
1 parent 9327078 commit fe5a57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Miscellaneous/Scripts/Apply_Header_Footer.rss.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
' Save file as .rss extension and run using rs.exe from command line.
66
' Reference: https://jaredzagelbaum.wordpress.com/2014/11/14/update-all-ssrs-reportheaders/
77
' https://docs.microsoft.com/en-us/sql/reporting-services/tools/rs-exe-utility-ssrs?view=sql-server-2017
8-
' Example: rs -s http://localhost/reportserver -i D:\Scripts\Apply_Header_Footer.rss -e Mgmt2010 -v parentFolder="Salesforce_Test"
8+
' Example: rs -s http://localhost/reportserver -i D:\Scripts\Apply_Header_Footer.rss -e Mgmt2010 -v parentFolder="YourReportFolder"
99
'--------------------------------------------------------------------------------------------------------------------
1010
Dim reportDefinition As Byte() = Nothing
1111
Dim templateDoc As New System.Xml.XmlDocument
@@ -72,4 +72,4 @@
7272

7373
End Try
7474

75-
End Sub
75+
End Sub

0 commit comments

Comments
 (0)