✏️ Explanatory Question

What are the types of data sources supported by SSRS?

👁 31 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

The data source types supported by SSRS are:

  1. Query - Uses an existing query or a new query.
  2. Business logic - Used to get data from a source other than finance and operations apps.
  3. Report data provider (RDP) class - Used when additional logic is needed to run the report. It requires an RDP class and a contract class to define report parameters.
  4. Enum provider - Used when the report parameter is an Enum type to filter the report view.