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 から継承されています。) |
先頭に戻る