-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bind the data source? #187
Comments
Oh, I think I know. I think it's the Grid control |
But now I have a new problem. The data I get from SQL query is multiple rows. How can I print in a loop? |
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 |
Hi, I have a question, how do I loop the textbox in the report?And bind the data source?thx!
The text was updated successfully, but these errors were encountered: