Partager via


Interface IReportData

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the properties for a report data.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Interface IReportData
'Utilisation
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

Le type IReportData expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataSets Gets the collection of dataset that is displayed as part of the report.
Propriété publique DataSources Gets the collection of data sources from which datasets are taken for the report.
Propriété publique ReportParameters Gets the parameters for the report.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel