Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Extension As String
Get
'Usage
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
Property Value
Type: System.String
The file extension of the encoded data stream. Common file extensions for reports are HTM, XLS, and TIF.