Condividi tramite


Interfaccia ISemanticModelGenerator

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
Public Interface ISemanticModelGenerator _
    Inherits IExtension
'Utilizzo
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface 
        interface IExtension 
    end
public interface ISemanticModelGenerator extends IExtension

Nel tipo ISemanticModelGenerator sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica LocalizedName Gets the localized name of the extension to be displayed in a user interface. Ereditato da IExtension.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Generate Generates a semantic model using the specified connection and model writer.
Metodo pubblico ReGenerateModel Regenerates the model using the specified connection, model reader and model writer.
Metodo pubblico SetConfiguration Used to pass custom configuration data to an extension. Ereditato da IExtension.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.Interfaces