Compartir a través de


Interfaz IReportData

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines the properties for a report data.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Interface IReportData
'Uso
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

El tipo IReportData expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataSets Gets the collection of dataset that is displayed as part of the report.
Propiedad pública DataSources Gets the collection of data sources from which datasets are taken for the report.
Propiedad pública ReportParameters Gets the parameters for the report.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel