The name 'WebReportGlobals' does not exist in the current context
Hi! I am new to FastReport and using it with asp.net mvc 4 application. I followed all instructions given in FastReport.Net Programmer's manual on page No. 32 to use FastReport in asp.net mvc 4 application but while building application(even in VS2012 intellisense) I am getting error "The name 'WebReportGlobals' does not exist in the current context" on following lines
@WebReportGlobals.Scripts()
@WebReportGlobals.Styles()
I don't know what's wrong in code. I followed all necessary instructions. Please tell me solution to this error. Thank you.
@WebReportGlobals.Scripts()
@WebReportGlobals.Styles()
I don't know what's wrong in code. I followed all necessary instructions. Please tell me solution to this error. Thank you.