다음을 통해 공유


RenderedOutputFile 멤버

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.

RenderedOutputFile 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
보호된 메서드 RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Data The data stream that contains the report that is output by the rendering extension.
공용 속성 Encoding The type of encoding for the file stream returned by the Data property.
공용 속성 Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
공용 속성 FileName The name of the report file in which the stream should be saved.
공용 속성 Type The MIME type of the stream in the Data property.

맨 위로 이동