majorsilence / My-FyiReporting

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

bind the data source? #187

Open ananadult opened 5 years ago

ananadult commented 5 years ago

Hi, I have a question, how do I loop the textbox in the report?And bind the data source?thx!

ananadult commented 5 years ago

Oh, I think I know. I think it's the Grid control

ananadult commented 5 years ago

But now I have a new problem. The data I get from SQL query is multiple rows. How can I print in a loop?

Kernel-Klink commented 5 years ago

If you use Table or Matrix, it will replicate the visualization for each row returned by your query.

The Kernel

On Tue, Nov 6, 2018 at 1:46 AM ananadult notifications@github.com wrote:

But now I have a new problem. The data I get from SQL query is multiple rows. How can I print in a loop?

— 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/187#issuecomment-436148253, or mute the thread https://github.com/notifications/unsubscribe-auth/AF32Lzxd3rYh6NxrP6rIh_TqZ7yPH6hCks5usTBigaJpZM4YPrhn .

ananadult commented 5 years ago

If you use Table or Matrix, it will replicate the visualization for each row returned by your query. The Kernel On Tue, Nov 6, 2018 at 1:46 AM ananadult @.***> wrote: But now I have a new problem. The data I get from SQL query is multiple rows. How can I print in a loop? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#187 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AF32Lzxd3rYh6NxrP6rIh_TqZ7yPH6hCks5usTBigaJpZM4YPrhn .

I think you may be wrong, what I want is that my data source has ten data, and then print ten templates according to the ten data