You are on page 1of 4

ABDULLA:

1.WHAT IS SSRS REPORT ?


A. SSRS stands for SQL Server Reporting Services, and it is a tool that allows users to create, deploy,
and manage reports. In Dynamics 365 F&O, SSRS reporting is used to create custom reports that can
be accessed directly from the application.

2. How Many Way’s to create a report:


A. 1)Power BI reports

2)SQL Server Reporting Services (SSRS) reports

3)Electronic reporting or BDM-(Business document management)-advanced concept.

3.Different Between SSRSREPORTDATAPROVIDERBASE CLASS &


SSRSREPORTDATAPROVIDERPREPROCESS CLASS ?
A. SSRSREPORTDATAPROVIDERBASE CLASS :-first report running then fetching the data in database.

SSRSREPORTDATAPROVIDERPREPROCESS CLASS: - run a report data will already exit.

4. What are benefits in SSRS Reports?


A. 1)Ease of use.

2)Scalability: SSRS can handle large amounts of data and supports multiple

formats, such as HTML, PDF, and Excel.

3)Customization.

5. Type of Report In SSRS?


A. 1)SSRS query based report.

2)RDP report data provider.

6. Which Menu Item use in reports ?


A. OUTPUT MENU ITEM

7. Which Menu Item main Properties?


A.

1.OBJECT TYPE :SSRS REPORT


2.OBJECT :REPORT NAME

3.LABEL

8.Different Between Query Based Reports and RDP(report data provider) ?


A. 1.Query Based Reports report :-its is a standard query based report and small business logic

purpose to use.

2. RDP(report data provider) :- its is not a standard report. We can generate a report in large

business and complex logic.

9.Different Between PowerBI and SSRS Reports?


A. Power BI offers a richer graphical experience than SSRS, which provides more efficient data
visualization and data analytics. Rather, SSRS needs more human effort for report generation.

10.How we search report in frontend for checking purpose?


A. https://usnconeboxax1aos.cloud.onebox.dynamics.com/?cmp=DAT&mi=output:outputmenutitemname

HARISH:

11.How to link report with output menu item?


A. Output menu item properties we have object in that we have to give report name.

12. while creating a report, along with build and synchronize we have perform one more
what is that?
A. Deploy report.

13.What classes use’s in RDP report?


A.DP class,contract class,controller class.

14.Purpose of contract class?


A. Contract class used for parameters in reports.

15.purpose of controller class?


A.controller class used for changes in dialog fields.
KODANDA RAM:
16.While purforming RDP report,in report properties what is the data source type?
A. RDP.

17.If you want to view fields what properties you want to set?
A.Dynamic fields set to be yes.

18.What are the different components of an SSRS report in D365FO?

The different components of an SSRS report in D365FO are report layout, data sources, datasets,
parameters, filters.

19.What is the difference between a query and a dataset in D365FO SSRS reports?

A query is a statement that retrieves data from the database,

dataset is a named query used to populate the report.

20.What is the difference between a static and dynamic parameter in an SSRS report in D365FO?

Answer: A static parameter has a fixed set of values that are defined at design time and cannot be
changed at runtime.

A dynamic parameterretrieves its values from a query and can be changed by the user at runtime.

SHAHNAWAZ:
21.What is DATASET?

A. the report dataset retrieving data from the aot query. all fields which are available in aot are
shown in the report dataset which can be referred in the report design later.

22.What is design?

A. the design or layout of the report on which the data would be displayed after retrieving from AX.

23.What is image?

A. any embedded image that you want to display on ssrs reports.

24.data method in reports?

A. business logic written in c#. data method is no more recommended.


25.What is parameter?

A. report parameter which are to be displayed on ssrs report and user can filter the report based on
those parameters.

You might also like