I am using SQL views to pass data to RDLC report. Now If I add a column to SQL view, How can I get this newly added column in RDLC report.
For now, I have to delete RDLC
You can open your report in any XML editor, locate your dataset and add more columns (of desired type) in Fields section. For example:
NewColumnName System.String