0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make custom rendering more generic More... over 10 years ago
Try using a helper method defined in TemplateBase for Data Images - this is probably preferred way to use helpers (inline still useful for some customization scenarios) - should consider adding a RazorReport base template with some useful helpers defined (images would be useful for sure) - use image in example report (needs IE9 to display properly in winfoms app because of limiations with data: uris in older versions) More... almost 12 years ago
Update RazorEngine to latest version - use NuGet for references other than the old version of iTextSharp More... almost 12 years ago
add the ability to include inline razor helpers (fix #4) More... almost 12 years ago
adding license (MIT) More... about 12 years ago
adding simple pdf renderer implementation, ability to strip CSS from processed HTML before rendering as PDF (closes issue #1) More... over 12 years ago
adding interface for pdf rendering More... over 12 years ago
Exposing only a single BuildReport method, controlling precompilation use via .WithPrecompilation More... almost 13 years ago
Allowing parsing (without precompilation) through report builder More... almost 13 years ago
Fixing what I broke in example project :) More... almost 13 years ago
getting rid of the idea of a master template replacing with ability to insert CSS inline (replacing @@STYLES) experimenting with setting a base template for "global" things and helper functions in example project More... almost 13 years ago
Throwing exception if attempting to compile template before configuring builder's template property More... almost 13 years ago
Adding engine class to wrap static calls to Razor engine (for testability) More... almost 13 years ago
Making recompilation decision a bit smarter (avoiding if same template is set again) More... almost 13 years ago
Removing my email address from winforms test app More... almost 13 years ago
Forgot to force recompilation of template after title change More... almost 13 years ago
Adding the ability to pass in a (VERY) simple expression for title More... almost 13 years ago
uploading to github More... almost 13 years ago