Поделиться через


RenderedOutputFile.Extension Property

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

Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property Extension As String
public abstract string Extension { get; }
public:
virtual property String^ Extension {
    String^ get () abstract;
}
/** @property */
public abstract String get_Extension ()
public abstract function get Extension () : String

Значение свойства

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

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

RenderedOutputFile Class
RenderedOutputFile Members
Microsoft.ReportingServices.Interfaces Namespace