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.

상속 계층

System.Object
  Microsoft.ReportingServices.Interfaces.RenderedOutputFile

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

구문

‘선언
Public MustInherit Class RenderedOutputFile
‘사용 방법
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

RenderedOutputFile 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

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

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스