IDeliveryReportServerInformation 接口
Contains information about the report server that is required by delivery extensions. For example, a list of the available rendering extensions.
命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Public Interface IDeliveryReportServerInformation
用法
Dim instance As IDeliveryReportServerInformation
public interface IDeliveryReportServerInformation
public interface class IDeliveryReportServerInformation
type IDeliveryReportServerInformation = interface end
public interface IDeliveryReportServerInformation
IDeliveryReportServerInformation 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
RenderingExtension | An array of Extension objects representing the rendering extensions currently deployed on a report server. | |
ServerSettings | Gets the setting values for the current extension. |
页首