Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
I want to create a custom MyResolver : IReportResolver
in method public ReportSource Resolve(string report)
the report string is a type name ,how to resolove it ?
I have a Solution:
new TypeReportSource { TypeName = report };