Freigeben über


IReportData-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines the properties for a report data.

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

Syntax

'Declaration
Public Interface IReportData
'Usage
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

Der IReportData-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSets Gets the collection of dataset that is displayed as part of the report.
Öffentliche Eigenschaft DataSources Gets the collection of data sources from which datasets are taken for the report.
Öffentliche Eigenschaft ReportParameters Gets the parameters for the report.

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace