Partager via


Interface ISemanticModelGenerator

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Interface ISemanticModelGenerator _
    Inherits IExtension
'Utilisation
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface 
        interface IExtension 
    end
public interface ISemanticModelGenerator extends IExtension

Le type ISemanticModelGenerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique LocalizedName Gets the localized name of the extension to be displayed in a user interface. (hérité de IExtension.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Generate Generates a semantic model using the specified connection and model writer.
Méthode publique ReGenerateModel Regenerates the model using the specified connection, model reader and model writer.
Méthode publique SetConfiguration Used to pass custom configuration data to an extension. (hérité de IExtension.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.Interfaces