I'm trying to generate the Report ProductList as in the example.
But when I do the import:
@RenderSection ("StyleSection")
@RenderSection ("ScriptReferenceSection")
@RenderSection ("SampleHeading")
@RenderSection ("ControlsSection")
I get the following message:
Additional information: Section not defined "StyleSection".
What I have to do?