Compartir a través de


RenderedOutputFile.Extension Propiedad

The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Extension As String 
    Get
'Uso
Dim instance As RenderedOutputFile 
Dim value As String 

value = instance.Extension
public abstract string Extension { get; }
public:
virtual property String^ Extension {
    String^ get () abstract;
}
abstract Extension : string
abstract function get Extension () : String

Valor de la propiedad

Tipo: System.String
The file extension of the encoded data stream. Common file extensions for reports are HTM, XLS, and TIF.

Vea también

Referencia

RenderedOutputFile Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces