ISemanticModelGenerator 接口

Defines the properties and methods for generating a semantic model of a report.

命名空间:  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 Gets the localized name of the extension to be displayed in a user interface. (从 IExtension 继承。)

页首

方法

  名称 说明
公共方法 Generate Generates a semantic model using the specified connection and model writer.
公共方法 ReGenerateModel Regenerates the model using the specified connection, model reader and model writer.
公共方法 SetConfiguration Used to pass custom configuration data to an extension. (从 IExtension 继承。)

页首

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间