Skip to content
Omar khalid edited this page Jun 11, 2020 · 1 revision

Welcome to the ReportMvc wiki!

create report as Excel file or pdf or docx and .jpg

to run the code

c# enable-migrations c# add-migration initial c# update-database

you should install Extension that called

Microsoft RDLC Report Designer

then add reference that called

Microsoft.ReportViewer.WebForm

and run the code