Interface IRenderingExtension
Represents a rendering extension for reports.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Interface IRenderingExtension _
Inherits IExtension
'Utilisation
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =
interface
interface IExtension
end
public interface IRenderingExtension extends IExtension
Le type IRenderingExtension expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (hérité de IExtension.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
GetRenderingResource | Returns any information from the rendering extension. | |
Render | Renders a report. | |
RenderStream | Rerenders a particular stream from the report. | |
SetConfiguration | Used to pass custom configuration data to an extension. (hérité de IExtension.) |
Haut de la page