다음을 통해 공유


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.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
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.