다음을 통해 공유


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

참고 항목

참조

RenderedOutputFile 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스