IReportDefinitionCustomizationExtension Interface

 

Updated: February 25, 2016

Defines the M:Microsoft.ReportingServices.Interfaces.IReportDefinitionCustomizationExtension.ProcessReportDefinition method that is used to process a report definition.

Namespace:   Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

public interface class IReportDefinitionCustomizationExtension : IExtension

NameDescription
System_CAPS_pubpropertyLocalizedName

Gets the localized name of the extension to be displayed in a user interface.(Inherited from IExtension.)

NameDescription
System_CAPS_pubmethodProcessReportDefinition(array<Byte>^, IReportContext^, IUserContext^, array<Byte>^%, IEnumerable<RdceCustomizableElementId>^%)

Processes changes to a report definition.

System_CAPS_pubmethodSetConfiguration(String^)

Used to pass custom configuration data to an extension.(Inherited from IExtension.)

Return to top
Show: