次の方法で共有


ISemanticModelGenerator インターフェイス

レポートのセマンティック モデルを生成するプロパティとメソッドを定義します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Public Interface ISemanticModelGenerator _
    Inherits IExtension
'使用
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface 
        interface IExtension 
    end
public interface ISemanticModelGenerator extends IExtension

ISemanticModelGenerator 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ LocalizedName ユーザー インターフェイスに表示される拡張機能のローカライズされた名前を取得します。 (IExtension から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Generate 指定した接続とモデル ライターを使用してセマンティック モデルを生成します。
パブリック メソッド ReGenerateModel 指定した接続、モデル リーダー、モデル ライターを使用してモデルを再生成します。
パブリック メソッド SetConfiguration 拡張機能にカスタム構成データを渡すために使用されます。 (IExtension から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間