Compartilhar via


Interface IReportData

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties for a report data.

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

Sintaxe

'Declaração
Public Interface IReportData
'Uso
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

O tipo IReportData expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataSets Gets the collection of dataset that is displayed as part of the report.
Propriedade pública DataSources Gets the collection of data sources from which datasets are taken for the report.
Propriedade pública ReportParameters Gets the parameters for the report.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel