Condividi tramite


Classe 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.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..RenderedOutputFile

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

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

Nel tipo RenderedOutputFile sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.