Share via


Interfaz ISemanticModelGenerator

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Interface ISemanticModelGenerator _
    Inherits IExtension
'Uso
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface
        interface IExtension
    end
public interface ISemanticModelGenerator extends IExtension

El tipo ISemanticModelGenerator expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension.)

Arriba

Métodos

  Nombre Descripción
Método público Generate
Método público ReGenerateModel
Método público SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension.)

Arriba