IDeliveryExtension.ReportServerInformation 속성

Gets information about the report server that the delivery extension requires in order to perform deliveries.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation 
    Set
‘사용 방법
Dim instance As IDeliveryExtension 
Dim value As IDeliveryReportServerInformation

instance.ReportServerInformation = value
IDeliveryReportServerInformation ReportServerInformation { set; }
property IDeliveryReportServerInformation^ ReportServerInformation {
    void set (IDeliveryReportServerInformation^ value);
}
abstract ReportServerInformation : IDeliveryReportServerInformation with get, set
function set ReportServerInformation (value : IDeliveryReportServerInformation)

속성 값

유형: Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation
An IDeliveryReportServerInformation interface that can be used to obtain specific information about a report server prior to delivering report notifications, for example, the list of installed rendering extensions.

주의

This property contains the names of rendering extensions supported by the server. Depending on the functionality of your delivery extension, you should limit the available rendering extensions to only those supported by your delivery mechanism.

참고 항목

참조

IDeliveryExtension 인터페이스

Microsoft.ReportingServices.Interfaces 네임스페이스