Share via


IReportData Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the properties for a report data.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Interface IReportData
'Usage
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

The IReportData type exposes the following members.

Properties

  Name Description
Public property DataSets Gets the collection of dataset that is displayed as part of the report.
Public property DataSources Gets the collection of data sources from which datasets are taken for the report.
Public property ReportParameters Gets the parameters for the report.

Top

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace