RenderedOutputFile Clase
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.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Public MustInherit Class RenderedOutputFile
'Uso
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile = class end
public abstract class RenderedOutputFile
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.Interfaces..::..RenderedOutputFile
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también