This is a migrated thread and some comments may be shown as answers.

How to Resolver a report from type name?

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
harry
Top achievements
Rank 1
harry asked on 14 Jan 2017, 09:03 AM

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 ?

1 Answer, 1 is accepted

Sort by
0
harry
Top achievements
Rank 1
answered on 14 Jan 2017, 09:37 AM

I have a Solution:

new TypeReportSource { TypeName = report };

Tags
General Discussions
Asked by
harry
Top achievements
Rank 1
Answers by
harry
Top achievements
Rank 1
Share this question
or