RenderedOutputFile Class

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.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.Interfaces.RenderedOutputFile

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public MustInherit Class RenderedOutputFile
'Usage
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

The RenderedOutputFile type exposes the following members.

Constructors

  Name Description
Protected method RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

Top

Properties

  Name Description
Public property Data The data stream that contains the report that is output by the rendering extension.
Public property Encoding The type of encoding for the file stream returned by the Data property.
Public property Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Public property FileName The name of the report file in which the stream should be saved.
Public property Type The MIME type of the stream in the Data property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.