Answered by:
active reports sub report not displaying data

Question
-
Hello, I have an Active Reports 11 Section Report (code based) that has 3 sub reports in it. None of the subreports are printing the data, even though the data source which has been assigned to them has data in it. The sub reports ARE printing the report headers, etc. and my bindings (DataFields in the Design view) are set to the correct StoredProcedure output column names. Not sure what I'm doing wrong. I've stepped through the program and the "Parent Report" IS displaying data (Me.DataSource = DataTablePopulatedByStoredProc) however the sub reports (which also have DataSources that come from SPs) are not rendering any data. There are no errors being thrown that I can see. Any help in trouble shooting my problem would be much appreciated.
Best,
Jonathan
P.S. I'm glad to provide an example of similar code structure to what I have if that would help. I'm just not sure what to include that might be of help in troubleshooting.
J Carlisle
- Moved by Alex-KSGZ Friday, January 25, 2019 5:21 AM
Thursday, January 24, 2019 8:39 PM
Answers
-
Hello,
you could ask here:
https://www.grapecity.com/en/forums/ar-dev
https://stackoverflow.com/questions/tagged/activereports
Regards, Guido
- Proposed as answer by Richard MuellerMVP, Banned Friday, January 25, 2019 10:33 AM
- Marked as answer by Dave PatrickMVP Friday, February 1, 2019 1:44 AM
Friday, January 25, 2019 7:58 AM
All replies
-
Hi,
According to your description, your issue is more related about Active Report,this forum does not support your issue,I will move it to the appropriate forum.
Best Regards,
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
- Edited by Alex-KSGZ Friday, January 25, 2019 5:18 AM
Friday, January 25, 2019 2:40 AM -
Hello,
you could ask here:
https://www.grapecity.com/en/forums/ar-dev
https://stackoverflow.com/questions/tagged/activereports
Regards, Guido
- Proposed as answer by Richard MuellerMVP, Banned Friday, January 25, 2019 10:33 AM
- Marked as answer by Dave PatrickMVP Friday, February 1, 2019 1:44 AM
Friday, January 25, 2019 7:58 AM -
@Guido, thank you for your help. I did end up creating a thread on grapecity.com (https://www.grapecity.com/en/forums/activereports/active-reports-sub-report-#okay-i-think-i-may-be-maki).
Kind regards,
Jon
J Carlisle
Friday, January 25, 2019 2:03 PM