Compartilhar via


Interface ISemanticModelGenerator

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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

O tipo ISemanticModelGenerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Herdado de IExtension.)

Início

Métodos

  Nome Descrição
Método público Generate Generates a semantic model using the specified connection and model writer.
Método público ReGenerateModel Regenerates the model using the specified connection, model reader and model writer.
Método público SetConfiguration Used to pass custom configuration data to an extension. (Herdado de IExtension.)

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.Interfaces