ISemanticModelGenerator Interface

Definition

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

public interface class ISemanticModelGenerator : Microsoft::ReportingServices::Interfaces::IExtension
public interface ISemanticModelGenerator : Microsoft.ReportingServices.Interfaces.IExtension
type ISemanticModelGenerator = interface
    interface IExtension
Public Interface ISemanticModelGenerator
Implements IExtension
Implements

Properties

LocalizedName

Gets the localized name of the extension to be displayed in a user interface.

(Inherited from IExtension)

Methods

Generate(IDbConnection, XmlWriter)

Generates a semantic model using the specified connection and model writer.

ReGenerateModel(IDbConnection, XmlReader, XmlWriter)

Regenerates the model using the specified connection, model reader and model writer.

SetConfiguration(String)

Used to pass custom configuration data to an extension.

(Inherited from IExtension)

Applies to