FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
... ...
@@ -122,12 +122,12 @@ Scheduled reports only supports per-user security using the Link format. Schedu
122 122
123 123
##Saving Reports to Disk
124 124
125
-The Scheduler can be used to save reports to disk, if desired.
125
+The Scheduler can be used to save reports to disk.
126 126
127 127
Here are some basic instructions for setting up this functionality with the Scheduler.
128 128
129
-* Add your FileScheduler.cs -> \App_Code\
130
-* SchedulerPage.aspx, SchedulerPage.aspx.cs -> \
129
+* Add the file [[FileScheduler.cs|/FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler/FileScheduler.cs]] to the folder \App_Code\
130
+* In SchedulerPage.aspx, we will create the SchedulerPage.aspx.cs
131 131
132 132
From your root, create your SchedulerPage.aspx with code behind, as such:
133 133