Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
how to include a page of text in a report
posted

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?  

Parents
No Data
Reply
  • 17475
    Offline posted

    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.

    ReportingDataObject.zip
Children