Report wizard defaults to C# code
Posted: Tue Jun 16, 2009 10:43 am
Is there a way to make the wizard default to VB?
I tried setting the report property:
stiReport.ScriptLanguage = StiReportLanguageType.VB
that works for just previewing it or saving to code a non-wizard report, but if I use the wizard I have to explicitly set it to VB in the last menu of the wizard or I get compile errors when I preview the report.
Thanks!
I tried setting the report property:
stiReport.ScriptLanguage = StiReportLanguageType.VB
that works for just previewing it or saving to code a non-wizard report, but if I use the wizard I have to explicitly set it to VB in the last menu of the wizard or I get compile errors when I preview the report.
Thanks!