0

I'm practicing to make a dynamic columns report following this guide.

In the article Dataset properties windows looks like enter image description here

However, when I tried it myself. Mine was like enter image description here

I guess I might miss some setting then I search such as "SSRS DataSet Properties", "SSRS DataSet Properties options", "SSRS DataSet Properties only General option" but couldn't find How to list all options like the article.

My Visual Studio is 2013 ultimate and SQL server version is 2014 enterprise.

Circle Hsiao
  • 1,497
  • 4
  • 22
  • 37

1 Answers1

0

Your report is not SSRS (SQL Server Reporting Service)

Make sure you create ssrs project like image below

Create SSRS Report

Chanom First
  • 1,136
  • 1
  • 11
  • 25
  • I didn't notice [this](http://stackoverflow.com/questions/5165571/difference-between-rdlc-and-ssrs). Seems RDLC didn't have the [element](https://msdn.microsoft.com/en-us/library/ms252109(v=VS.90).aspx) I need. I gotta to find another solution to fit my demand. thx still. – Circle Hsiao Mar 09 '17 at 09:15