Partager via


Extension propriété

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Extension As String
    Get
'Utilisation
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

Valeur de la propriété

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