locked
how to create rdlc columns programmatically RRS feed

  • Question

  • hi...all I am working with report viewer application I have created DataSet programmatically and added tables to that DataSet. Data is present in DataTable and DataSet but now I want to pass this DataSet to Report viewer Rdlc to generate report. I want to create columns programmatically not by adding DataSet For Report data. Can this Possible? please help me to achieve this.

    Friday, August 14, 2015 12:34 PM

Answers

All replies

  • Nothing at this thread of yours How to generate rdlc dynamically In Windows Forms Application? helps?

    La vida loca

    Friday, August 14, 2015 12:38 PM
  • Nothing helped because I created DataSet Programmatically and have blank rdlc and want to pass this DataSet  to my report viewer rdlc file. So, that column generated and data table would be displayed. So, Please tell how to add  columns programmatically using dynamic data set. I have all the data in DataSet that is Columns and rows but want one method so that retrieve that data and display in report.Please help me Mr. Monkeyboy
    Monday, August 17, 2015 9:23 AM
  • Dynamically Creating an RDLC Report Just Using a DataSet

    What's the issue with the above link other than the code is in C#? You can use an online C# to VB converter to convert the code.


    La vida loca

    • Proposed as answer by Xavier Xie-MSFT Saturday, August 22, 2015 8:25 AM
    • Marked as answer by Youjun Tang Saturday, August 22, 2015 8:27 AM
    Monday, August 17, 2015 7:06 PM