Freigeben über


IReportDefinitionCustomizationExtension-Schnittstelle

Defines the ProcessReportDefinition method that is used to process a report definition.

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

Syntax

'Declaration
Public Interface IReportDefinitionCustomizationExtension _
    Inherits IExtension
'Usage
Dim instance As IReportDefinitionCustomizationExtension
public interface IReportDefinitionCustomizationExtension : IExtension
public interface class IReportDefinitionCustomizationExtension : IExtension
type IReportDefinitionCustomizationExtension =  
    interface 
        interface IExtension 
    end
public interface IReportDefinitionCustomizationExtension extends IExtension

Der IReportDefinitionCustomizationExtension-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Geerbt von IExtension.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ProcessReportDefinition Processes changes to a report definition.
Öffentliche Methode SetConfiguration Used to pass custom configuration data to an extension. (Geerbt von IExtension.)

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.Interfaces-Namespace