IDeliveryReportServerInformation.RenderingExtension 属性

定义

由表示在报表服务器上当前显示的呈现扩展插件的 Extension 对象构成的数组。

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ RenderingExtension { cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ get(); };
public Microsoft.ReportingServices.Interfaces.Extension[] RenderingExtension { get; }
member this.RenderingExtension : Microsoft.ReportingServices.Interfaces.Extension[]
Public ReadOnly Property RenderingExtension As Extension()

属性值

当前在报表服务器上可用的呈现扩展插件的列表。

适用于