Skip to main content

Lesson 62: Build reports using Report Builder in SSRS

How to build reports in SSRS using Report builder 

  • Firstly open report builder from report manager URL or from the local system. 
  • Next when you open the report builder a dialog box appears where you can directly select a wizard to directly create a table, matrix, chart and Map.
  • If you want to directly create a report from scratch then you can choose blank report.


  • You can connect to the report server using connect option at the bottom of the wizard.


  • Once you get connect to the report server,you can use the files deployed to the report server.
  • You can directly create a data source in the report builder or you can use the data source present in the report server. As shown below you should select shared datasource and click on browse and connect to the server.
  • If you want to make changes to the existing report in the server and redeploy it again you need to first open the report by connecting to the server. In the file menu(2016 server) or ribbon(2014 server version) on the top left, Select open from servers and click on the report and then open it.


  • Once you make the changes click on the save or Ctrl+S it will be saved to the report server.
  • If you want to deploy the created dataset then you can choose Publish report parts from the file menu
  • Now choose second the option review and modify report parts before publishing 
  • Next select created datasets using browse,select the folder in report server where you want to deploy and click on publish.

Comments

Popular posts from this blog

Lesson 57: Auto refresh the report in SSRS

                     How to Auto refresh the report in SSRS. Firstly create a datasource,dataset and select the required fields into the table/matrix. If you want to refresh the report frequently for every second you can change the Auto refresh as 1 in the properties of the report. If you want to change the color of a field after given period of time to change the expression of the color in properties as a follows and set the Auto refresh time to the required period of time in the report properties.

12th Day

Conditional statement in SSIS: same as ternary operator in C ** <condition>? <true>:<false> Eg: Gender=="M" ? "Male": "Female" Multicast Transformation : This t/r creates multiple copies of i/p data. it is useful because every time we need not to go to source. ** This will improve task performance. Aggregate Transformation : It is used to convert the detailed values into aggregated data by using Aggregate functions like sum,avg,max,min,count etc. ** It is Asynchronous transformation. Example: to the i/p data from source group by deptno and perform aggregate funcs. Conversion in SSIS ; * Conversion is very important because data from flat file, excel comes to transformations in the form of string(varchar) , so we cannot perform required operations so it require to convert data. 1) Directly at source level : ** Select flat file source, right click--> show advanced editor. ** Select i/p & o/p properties tab, ...

Lesson 60: Create folders and Data sources by Report Manager in SSRS

How to create folders and Data sources by using Report Manager in SSRS Firstly select the report manager URL from reporting services configuration and go to the reporting services home. Next click on New Folder option and create a folder for data sources, also create various folder for Data Sets and Reports. Now click on the Details view in order to move or delete multiple reports at once. For creating a New Data Source click on the New Data source in the Home and provide the connection string, also connect using a service account so that we can provide access to that service account and every one uses that service account for connecting to the database. Finally after adding/deploying a report, select manage from the dropdown and choose the correct datasource .