April 23, 2019

Srikaanth

Hitachi SSRS Interview Questions Answers

What are the three different part of RDL file explain them?

In visual studio RDL files has three parts.

1. Data: It contains the dataset on which we write the query. Data set is connected with
data source.
2. Design: In design you can design report. Can create tables and matrix reports. Drag
columns values from source.
3. Preview: to check the preview after the report run.

Which language rdl files made of?

RDL files are written in XML.

What is the chart in report?

Chart reports are for graphical representation. You can get pie charts columns harts and
various other options.
3d charts are also available in reporting services.

What is a cache in SSRS?

Report server can lay up a copy of processed report in a memory and return the copy when a user opens the report. This server memory is known as cache and the process is called caching.

What are the rendering extensions of SSRS?

Rendering extensions manage the category of document produced when a report is processed. Rendering Extensions are: HTML, MHTML, EXCEL, CSV, IMAGE, PDF, and XML.
Hitachi Most Frequently Asked Latest SSRS Interview Questions Answers
Hitachi Most Frequently Asked Latest SSRS Interview Questions Answers

What is a ReportItem in SSRS?

A ReportItem is one of the subsequent types of items: Rectangle, Textbox, Image, Subreport, Line, CustomReportItem, List, Table, Matrix or Chart.

What is Datasets in SSRS?

Dataset elements have information about the sets of data recovered as a part of the report.

What are the main components of reporting services?

The main components of Reporting Services are

Report designer
Report server
Report manager
Report user.

What is report snapshot in SSRS?

Report snapshot is a report which contains layout information and a dataset that is extracted at a particular point of time. When the new snapshot is created the previous report snapshot will be overwritten.

What is bookmark link in SSRS?

Bookmark is a link which a person clicks to shift to a different area or page in a report. We can insert bookmarks links only to textboxes and images.

What is Command parameter in SSRS?

A Command parameter is used to forward protocol to the Report Server regarding the item that has been retrieved. Command parameter is also used for rearranging a user’s session information.

What is Format parameter in SSRS?

Format parameter is used to control report output. Every delivering format on Report Server has to pass through this parameter.

What is Snapshot parameter in SSRS?

When a report is saved in a snapshot history, it is allocated a time or date to uniquely identify that report. Snapshot parameter is used to get back these historical reports by passing this time or date to get proper report.

What is Report Designer?

Report Designer is a collection of graphical query and design tools that are hosted within the Microsoft Visual Studio environment.

Report Designer provides a Report Data pane to organize data used in your report, and tabbed views for Design and Preview so that you can design a report interactively.
Report Designer also provides query designers to help specify data to retrieve from data sources and the Expression dialog to specify report data to use in the report layout.
When the report is complete, you can use Report Designer to preview the report and publish it directly to the report server.

Which Rendering Formats Are Affected By The Pagesize Properties?

Because only the Adobe PDf file, Word, and Image rendering extensions use physical page breaks, they are the only formats that are affected by the PageSize properties.

Can You Use A Stored Procedure To Provide Data To An Ssrs Report?

Yes, you can use a stored procedure to provide data to an SSRS report by configuring the dataset to use a stored procedure command type. However, your stored procedure should return only a single result set. If it returns multiple result sets, only the first one is used for the report dataset.

You Want To Include An Image In A Report. How Do You Display The Image Properties Dialog Box?

When you drag an image item from the Toolbox window to the Report Designer, the Image Properties dialog box automatically opens.

You Want To Configure An Amount To Display The Value In A Currency Format. Which Property Do You Use?

To configure an amount to display a value in a currency format, select the report item, and then set the format property to C or c.

You Want To Use A Perspective In An Mdx Query. How Do You Select The Perspective?

Use the Cube Selector in the MDX Query Designer to select a perspective.

Can You Use Data Mining Models In Ssrs?

Yes, you can use the DMX Designer to create data mining queries for SSRS reports. However, do not forget to flatten the result set returned by the DMX query.

What Is The Main Difference Between A Matrix Report Item And A Table Report Item?

The main difference between a Matrix and a Table report item is in the initial template. Actually, both report items are just templates for the Tablix data region.

When You Do Not Use Report Caching, Is It Better To Use Parameters To Filter Information In The Query Or To Use Filters In The Dataset?

From a performance perspective, it is better to use parameters because they let SSRS pull filtered data from the data source. In contrast, when you use filters, the queries retrieve all data and then filter the information in an additional step.

How Do You Configure A Running Aggregate In Ssrs?

You can use the RunningValue function to configure a running aggregate.

What Is The Main Purpose Of A Report Parameter?

The main purpose of a report parameter is to add interactivity to your reports, letting users change the report behavior based on options they select.

You Want Your Report To Display A Hyperlink That Will Take Users To Your Intranet. How Do You Configure Such A Hyperlink?

Create a text box item, set the action to Go To URL, and then configure the URL.

You Want A Report To Display Sales By Category, Subcategory, And Product. You Want Users To See Only Summarized Information Initially But To Be Able To Display The Details As Necessary. How Would You Create The Report?

Group the Sales information by Category, SubCategory, and Product. Hide the SubCategory group and set the visibility to toggle based on the Category item. Hide the Product category group and set the visibility to toggle based on the SubCategory item.

You Want To Create An Excel Interactive Report From Ssrs. In Ssrs, Can You Create The Same Interactive Experience In Excel That You Would Have On The Web?

No, you cannot create the same experience with SSRS. you can, however, use Excel to create such an experience.

What Is The Main Purpose Of A Query Parameter?

The main purpose of a query parameter is to filter data in the data source.

You Want Your Users To Select A Parameter From A List Of Values In A List Box. How Should You Configure The Parameter?

You should create a data source that contains the possible values and then bind the data source to the parameter.

Subscribe to get more Posts :