February 16, 2019

Srikaanth

Mahindra Satyam Frequently Asked SSRS Interview Questions

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.
Mahindra Satyam Frequently Asked SSRS Interview Questions
Mahindra Satyam Frequently Asked SSRS Interview Questions

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.

Can We Use Data-grids For Our Report In Ssrs?

We have an ASP.NET project that populates a data-grid. Using data-grid as my data-source for my report using SQL Server Reporting Services. Is this possible? The simple is no. However, nothing's ever simple. A set of reporting controls was added in Visual Studio 2010 allowing you to report in a data-set, on data that was supplied by you. So, if you retrieved your data into a data-set, bound the data-grid to the data-set so it had data to display, you could then use that data-set as the data-source for the reporting controls. These are then client-side reports, not server reports though.

What Are The Different Kinds Of Ssrs Reports?

Reports can be categorized into operational and analytical reports. The distinction is based on the source of data and level of analysis facilitated by any particular report. Operational reports are based on OLTP sources and are static reports and Analytical reports are based on OLAP sources and generally facilitate drill-down and drill-through for analysis. Technically, SSRS reports can be categorized into parameterized, linked, snapshot, cached, etc...

What Are Parameterized Reports? What Are Cascading Parameters In Ssrs Reports?

Reports that accept parameters from users to fetch and report data conditionally, are known as parameterized reports. When you have multiple parameters in a report and values of different parameters are dependent and populated dynamically based on the value of parent parameters, it's known as a cascading parameter.

What Is The Main Benefit Of Using Embedded Code In A Report?

The main benefit of using embedded code in a report is that the code you write at the report level can be reused in any expression in the report.

What Programming Language Would You Use To Create Embedded Functions In Ssrs?

An SSRS report supports only visual Basic .nET embedded code.

Is Ssrs Support Other Database Except Ms Sql Server?

Yes. SSRS can be building based on relational or multidimensional data source like Oracle, OLEDB. ODBC etc.

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 Are The New Features Of Sql Server 2012 Reporting Service?

The SQL Server 2012 has introduced a lot of new features. Some of them are given bellow

Power View – interactive data exploration
SharePoint integration
Introduction to Data Alerts
SQL Server Data tool
New rendering extensions (supports MS Office 2010)
Project Crescent is being introduced

What Is Sub Report?

Sub Reports is on kind of child report which opens in main report when main report loads. We can pass parameter to sub report.

Can Sub Report Data Source Be Different From That Of The Parent Report?

YES.

What Is Report Rendering?

To Exporting a report data with different type of file format is knows as Report rending. SSRS supports multiple rendering extensions like Word, Excel, CSV, PDF, HTML etc.

Subscribe to get more Posts :