FAQ/Questions/how-to-change-default-print-settings.md
... ...
@@ -2,6 +2,8 @@
2 2
3 3
To change the default print settings, you will need to modify the ``PreExecuteReportSet()`` method and set the related properties. The code sample below demonstrates how to accomplish this.
4 4
5
+*Note: This will not affect the global print settings, but will instead affect the settings on a per-report basis. This allows for more granular control over different types of reports.*
6
+
5 7
```csharp
6 8
public override void PreExecuteReportSet(ReportSet reportSet)
7 9
{