Поделиться через


Интерфейс 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