IReportDefinitionCustomizationExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the ProcessReportDefinition(Byte[], IReportContext, IUserContext, Byte[], IEnumerable<RdceCustomizableElementId>) method that is used to process a report definition.
public interface class IReportDefinitionCustomizationExtension : Microsoft::ReportingServices::Interfaces::IExtension
public interface IReportDefinitionCustomizationExtension : Microsoft.ReportingServices.Interfaces.IExtension
type IReportDefinitionCustomizationExtension = interface
interface IExtension
Public Interface IReportDefinitionCustomizationExtension
Implements IExtension
- Implements
Properties
LocalizedName |
Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension) |
Methods
ProcessReportDefinition(Byte[], IReportContext, IUserContext, Byte[], IEnumerable<RdceCustomizableElementId>) |
Processes changes to a report definition. |
SetConfiguration(String) |
Used to pass custom configuration data to an extension. (Inherited from IExtension) |