majorsilence / My-FyiReporting

Majorsilence Reporting, .NET report designer and viewer. Fork of fyireporting,
Apache License 2.0
347 stars 201 forks source link

Can I use datasource from external dll file? #188

Closed whitesorrow closed 6 years ago

whitesorrow commented 6 years ago

Hi I have the dll file to get the data from the database (return as dictionary or something else) how can I use it for create the report in designer? is it possible to use dll file to get the data from database instead of sql query?

Thank you

Kernel-Klink commented 6 years ago

Not sure about in the designer, but at runtime you can set the data from code. FAQ here: https://github.com/majorsilence/My-FyiReporting/tree/master/Examples/SampleApp2-SetData

The Kernel

On Tue, Nov 6, 2018 at 10:47 PM whitesorrow notifications@github.com wrote:

Hi I have the dll file to get the data from the database (return as dictionary or something else) how can I use it for create the report in designer? is it possible to use dll file to get the data from database instead of sql query?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/majorsilence/My-FyiReporting/issues/188, or mute the thread https://github.com/notifications/unsubscribe-auth/AF32Lz1kFF7cWroKMvcVFbWO4enCZ3Wuks5uslfBgaJpZM4YRu40 .

whitesorrow commented 6 years ago

How can I create the report file if I didn't have it currently use designer -> empty report or use rdlviewer Sorry for simple question but I didn't find the document for reference

Thank you