API/CodeSamples/DynamicReportCreation.md
... ...
@@ -25,7 +25,7 @@ Izenda.AdHoc.AdHocContext.CurrentReportSet = rs;
25 25
26 26
###VB.NET Sample
27 27
28
-```
28
+```visualbasic
29 29
Dim rs As New ReportSet()
30 30
rs.ReportName = "Generated Report"
31 31