AlexCuse / RazorReport

Simple reporting using embedded razor view engine
MIT License
18 stars 5 forks source link

Subreport Processing #2

Open AlexCuse opened 12 years ago

AlexCuse commented 12 years ago

It would be nice to have a clean way to combine subreports prior to report generation.

danmeland commented 9 years ago

Any more thoughts on the subreport thing? I need to do it.

AlexCuse commented 9 years ago

Hmm I just realized that RazorEngine seems to support nested templates (I don't think it did before)

https://www.nuget.org/packages/RazorEngine/

The problem there would be getting source context into the embedded and string-based template addition but hopefully its doable.

AlexCuse commented 9 years ago

Sorry I posted the wrong link:

https://antaris.github.io/RazorEngine/TemplateBasics.html#Supported-synax

(note @include)