IReportData 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Defines the properties for a report data.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Interface IReportData
用法
Dim instance As IReportData
public interface IReportData
public interface class IReportData
type IReportData =  interface end
public interface IReportData

IReportData 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间