ISemanticModelGenerator Interface
Updated: February 25, 2016
Defines the properties and methods for generating a semantic model of a report.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | LocalizedName | Gets the localized name of the extension to be displayed in a user interface.(Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
Show:

