Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The file extension of the encoded data stream. Common file extensions for reports are HTM, XLS, and TIF.