다음을 통해 공유


RenderedOutputFile Members

Represents the output from a rendering extension. A RenderedOutputFile object contains the associated filename and type information that is required by the delivery extension in order to process the stream returned by the rendering extension.

The following tables list the members exposed by the RenderedOutputFile type.

Protected Constructors

  이름 Description
RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

위쪽

Public Properties

  이름 Description
ms160630.pubproperty(ko-kr,SQL.90).gif Data The data stream that contains the report that is output by the rendering extension.
ms160630.pubproperty(ko-kr,SQL.90).gif Encoding The type of encoding for the file stream returned by the Data property.
ms160630.pubproperty(ko-kr,SQL.90).gif Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
ms160630.pubproperty(ko-kr,SQL.90).gif FileName The name of the report file in which the stream should be saved.
ms160630.pubproperty(ko-kr,SQL.90).gif Type The MIME type of the stream in the Data property.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms160630.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160630.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms160630.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms160630.pubmethod(ko-kr,SQL.90).gifms160630.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160630.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms160630.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms160630.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

RenderedOutputFile Class
Microsoft.ReportingServices.Interfaces Namespace