nerdexam
Microsoft

MB-500 · Question #357

A company requires custom SSRS reports for a Dynamics 365 Supply Chain Management implementation. One SSRS report requires the use of a custom class to process data for a report. You need to…

The correct answer is C. Report data provider (RDP). When you define a report in Microsoft Dynamics AX you must specify how to access the data for your report. The options for data source type are query, business logic, report data provider, and AX enum provider. * Report Data Provider Use when the data to be rendered in the…

Implement reporting

Question

A company requires custom SSRS reports for a Dynamics 365 Supply Chain Management implementation. One SSRS report requires the use of a custom class to process data for a report. You need to implement the data source type to use. Which data source type should you implement?

Options

  • AAX enum provider
  • BQuery
  • CReport data provider (RDP)
  • DBusiness logic

How the community answered

(70 responses)
  • A
    1% (1)
  • B
    3% (2)
  • C
    94% (66)
  • D
    1% (1)

Explanation

When you define a report in Microsoft Dynamics AX you must specify how to access the data for your report. The options for data source type are query, business logic, report data provider, and AX enum provider. * Report Data Provider Use when the data to be rendered in the report is not available through a query, you need to further process the data at the time the report is run, and the business logic is based on X++. The following is a list of specific cases when you would use a report data provider: You are using a parameter that is entered in the UI in X++ code, and the business logic processing is based on that parameter. Data to be rendered can be accessed by calling X++ business classes. You are using the dynamic filter and want to add more filters at runtime based on UI parameters. https://learn.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/guidance-for-choosing-the- data-source-type https://learn.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/guidance-for-choosing-the- data-source-type

Topics

#SSRS reports#Report Data Provider#RDP#data source types

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice