This is a migrated thread and some comments may be shown as answers.

(WPF) Help! Detail line appears with invisible data

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marcelo
Top achievements
Rank 1
Marcelo asked on 31 May 2017, 12:31 PM

I'm developing a WPF application, using Visual Studio 2017 Community and SQL Server 2.016. The version of the report generator is R2 2017 11.1.17.503

The strange thing is that the data appears when the DataSource is configured. However, when you run Preview, the detail line data is invisible.

My stored procedure uses a temporary table and creates the SQL command dynamically.

Could someone please help?

1 Answer, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 05 Jun 2017, 07:22 AM
Hi Marcelo,

What items are used to show the detailed data? If you use a Table/CrossTab item make sure that it has its DataSource property set as it cannot reuse the data source of the report automatically.

Check if section/items where the detailed data should be displayed have their Visible property set to true. Another reason might be applied filtering, check if there any filters set in report or table properties.

Also, if stored procedure uses temporary tables there need to be additional settings applied so the data provider can retrieve the schema - How to configure Stored Procedure with Temporary Tables for use with SqlDataSource component.

If all the above suggestions does not resolve the issue it would be best if you attach the problematic report in a support ticket so we can check its settings on our side.


Regards,
Katia
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Marcelo
Top achievements
Rank 1
Answers by
Katia
Telerik team
Share this question
or