共用方式為


Extension 屬性

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 (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Extension As String
    Get
'用途
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

屬性值

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