Execute reports without databands?

Stimulsoft Reports.NET discussion
Post Reply
theregister
Posts: 53
Joined: Wed Nov 27, 2013 5:24 pm

Execute reports without databands?

Post by theregister »

You know you usually drag and drop a data source into the report so it compiles and shows you the result of the query selected. But you can also drag and drop single columns, is there a way to make a single column compile without being inside a databand, just the column by itself?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Execute reports without databands?

Post by HighAley »

Hello.
theregister wrote:You know you usually drag and drop a data source into the report so it compiles and shows you the result of the query selected. But you can also drag and drop single columns, is there a way to make a single column compile without being inside a databand, just the column by itself?
Without Data Band you will get the current value of the column only.
Could you describe your issue more detailed and we'll try to give your another way out.

Thank you.
theregister
Posts: 53
Joined: Wed Nov 27, 2013 5:24 pm

Re: Execute reports without databands?

Post by theregister »

Yeah that's exactly what we saw, we get the first value of that column on the table. What I'm asking is if there is a way to make dragging and dropping a column the same as if I had dragged and dropped a datasource, or at least somewhat like it, so if I dragged and dropped the CustomerID column, it would show me all the customers' IDs on the table, like if I had done this "SELECT CustomerID FROM Customers", now I realize I can very easily do this via the datasource, but I'm being asked if there is another way to make it even simpler than it is. Thanks.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Execute reports without databands?

Post by HighAley »

Hello.

I should noticed that it is a current value. It will be first before using DataBand, but if you use this value somewhere else you will not always get the first value.

Thank you.
theregister
Posts: 53
Joined: Wed Nov 27, 2013 5:24 pm

Re: Execute reports without databands?

Post by theregister »

Yeah, we saw that, either the first or some other value, but what we want is to be able to show all the values, just by dragging and dropping that column, instead of having to add the data source first and then selecting the column, it would be very helpful if we could do this.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Execute reports without databands?

Post by Alex K. »

Hello,

For show all records from datasource you need use the DataBand component.

Thank you.
Post Reply