IRenderingExtension 인터페이스
Represents a rendering extension for reports.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Interface IRenderingExtension _
Inherits IExtension
‘사용 방법
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =
interface
interface IExtension
end
public interface IRenderingExtension extends IExtension
IRenderingExtension 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (IExtension에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
GetRenderingResource | Returns any information from the rendering extension. | |
Render | Renders a report. | |
RenderStream | Rerenders a particular stream from the report. | |
SetConfiguration | Used to pass custom configuration data to an extension. (IExtension에서 상속됨) |
맨 위로 이동