다음을 통해 공유


Report.Render Method

Renders a report in a specific format using the information stored in the properties of the Report object.

네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

구문

‘선언
Public MustOverride Function Render ( _
    renderFormat As String, _
    deviceInfo As String _
) As RenderedOutputFile()
public abstract RenderedOutputFile[] Render (
    string renderFormat,
    string deviceInfo
)
public:
virtual array<RenderedOutputFile^>^ Render (
    String^ renderFormat, 
    String^ deviceInfo
) abstract
public abstract RenderedOutputFile[] Render (
    String renderFormat, 
    String deviceInfo
)
public abstract function Render (
    renderFormat : String, 
    deviceInfo : String
) : RenderedOutputFile[]

매개 변수

  • renderFormat
    The name of the format that is used to render the report. The format corresponds to one of the available rendering extensions installed on the report server.
  • deviceInfo
    An XML string that defines a list of extension parameters for the rendering extension that is used to format the report so that it can be delivered correctly based on the requirements of the delivery extension.

반환 값

An array of RenderedOutputFile objects produced by the rendering extension selected in the renderFormat parameter.

주의

The Render method returns an array of one or more RenderedOutputFile objects that together constitute a single rendered report. The first RenderedOutputFile object is the rendered report, whereas any subsequent RenderedOutputFile objects are resources that must be delivered along with the report data (for example, an HTML file and associated images).

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Report Class
Report Members
Microsoft.ReportingServices.Interfaces Namespace