I like to construct a report that will have a page that can show the results of some calculations where the information is stored in about 12 strings. I can put these into an object.
I am familiar with titles on a page header template and visual controls to the embeddedvisualreportsection such as an xamdatagrid but I don't really want to construct a grid to put my 12 strings into a just to show them. they can be labels I suppose but I'd need all 12 on one page. What can I construct to show up on one page? Do I need to set a pagecontenttemplate? Or xamly up a grid with the labels in a template and pass that to the embedded visual section?
Hello,
I am just checking your progress on the issue.
If you have any other questions on the matter, please feel free to ask.
Hello and thank you for posting!
After looking into your description I have created a sample project to demonstrate how different DataSources could be added to the ClientRenderSettings and then using the Report Data Explorer, they could be set as content as grid/label content. The elements could be easily designed by dragging and dropping elements to the designer. Please feel free to test the attached project and let me know if I am missing something in your scenario.