how to create reports in vs 2010

  By Junaid A   Posted on December-09-2022   86

.Net

Steps to create report in visual studio


>  Copy Existing reports  or right  click the folder and and choose item > you can choose simple report or you can create report from the wizard.
>  Rename the copied reports
>  when you will copy the reports - ites related data set will be copied
>  Click on Data set and change ms sql server connections
>  From tools choose "ReportData" and choose Dataset
>  As you refresh the dataset - need to drag and drop the column on the report
    from new data
> To set paramter in rdlc report From "Report Data" choose tabe of "Paramters" right on it and add paramater name
    you can set paramter value from data set from the selection of the "Available values"

these are basic instructions to create rdlc report in visual studio.

Steps to create report in visual studio


>  Copy Existing reports  or right  click the folder and and choose item > you can choose simple report or you can create report from the wizard.
>  Rename the copied reports
>  when you will copy the reports - ites related data set will be copied
>  Click on Data set and change ms sql server connections
>  From tools choose "ReportData" and choose Dataset
>  As you refresh the dataset - need to drag and drop the column on the report
    from new data
> To set paramter in rdlc report From "Report Data" choose tabe of "Paramters" right on it and add paramater name
    you can set paramter value from data set from the selection of the "Available values"

these are basic instructions to create rdlc report in visual studio.

By  asifjans    09-Dec-2022 Views  86



You may also read following recent Post

Recent Column What are 3 C
192  By
Recent Column what is .net
418  By