Hello,
I am trying to create a blank report in the silverlight designer (wcf).
I added my sqlconnection and datasource.
When I add a databand to my report, and click on the '...' button of the datasource in the properties window, I can select the table of my datasource. If i set the count to 8, and click ok. The count is set in the proeprties window, but the DataSource remains 'Not assigned'. If I redo the series of steps, but set the count on 0, then the datasource is assigned to the databand.
Btw, do you have a public issue/bug tracker?
Regards.
Bug in Properties / Datasource
Bug in Properties / Datasource
- Attachments
-
- 1498.bug3-2.png (270.29 KiB) Viewed 2097 times
-
- 1497.bug3-1.png (275.29 KiB) Viewed 2102 times
Bug in Properties / Datasource
Hello,
This is not a bug. When setting the Count property, the DataSource property for the data band should be disabled. To set the DataSource property set the Count property to 0.
We made some changes. Now if property Count set to a value other then 0 you can not change the DataSource property.
Thank you.
This is not a bug. When setting the Count property, the DataSource property for the data band should be disabled. To set the DataSource property set the Count property to 0.
We made some changes. Now if property Count set to a value other then 0 you can not change the DataSource property.
Thank you.
Bug in Properties / Datasource
Hello Aleksey,
Thanks for your reply.
Can you explain how to limit the results of a datasource?
Regards.
Thanks for your reply.
Can you explain how to limit the results of a datasource?
Regards.
Bug in Properties / Datasource
Hello,
You can use filters or conditions for databand.
For example if you want show only fisrt 8 records, you can use the following conditions:
Line > 8
and set the ComponentIsEnabled set to false.
Also you can use filter in your query.
Thank you.
You can use filters or conditions for databand.
For example if you want show only fisrt 8 records, you can use the following conditions:
Line > 8
and set the ComponentIsEnabled set to false.
Also you can use filter in your query.
Thank you.