IReportDefinitionCustomizationExtension Interface
Updated: February 25, 2016
Defines the M:Microsoft.ReportingServices.Interfaces.IReportDefinitionCustomizationExtension.ProcessReportDefinition method that is used to process a report definition.
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 | |
|---|---|---|
![]() | ProcessReportDefinition(array<Byte>^, IReportContext^, IUserContext^, array<Byte>^%, IEnumerable<RdceCustomizableElementId>^%) | Processes changes to a report definition. |
![]() | SetConfiguration(String^) | Used to pass custom configuration data to an extension.(Inherited from IExtension.) |
Show:

