Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
DataSets | Gets the collection of dataset that is displayed as part of the report. |
![]() |
DataSources | Gets the collection of data sources from which datasets are taken for the report. |
![]() |
ReportParameters | Gets the parameters for the report. |
Top