Interfaccia IReportData

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties for a report data.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Interface IReportData
'Utilizzo
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

Nel tipo IReportData sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataSets Gets the collection of dataset that is displayed as part of the report.
Proprietà pubblica DataSources Gets the collection of data sources from which datasets are taken for the report.
Proprietà pubblica ReportParameters Gets the parameters for the report.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel