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 | |
---|---|---|
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. |
Início