IRenderingExtension インターフェイス

レポートの表示拡張機能を表します。

名前空間:  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 ユーザー インターフェイスに表示される拡張機能のローカライズされた名前を取得します。 (IExtension から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetRenderingResource 表示拡張機能からの任意の情報を返します。
パブリック メソッド Render レポートを表示します。
パブリック メソッド RenderStream レポートからの特定のストリームを表示します。
パブリック メソッド SetConfiguration 拡張機能にカスタム構成データを渡すために使用されます。 (IExtension から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間