FAQ/Questions/Dynamically-Changing-Data-Sources.md
... ...
@@ -10,7 +10,7 @@ How can I change the data source I'm using for my reports on the fly?
10 10
11 11
You can change the data source for individual reports by overriding the [[PreExecuteReportSet|/FAQ/PreExecuteReportSet]] method. Here is the source code for changing data sources:
12 12
13
-```
13
+```csharp
14 14
public override void PreExecuteReportSet(Izenda.AdHoc.ReportSet reportSet)
15 15
{
16 16
base.PreExecuteReportSet(reportSet);