Interfaccia IRenderingExtension
Represents a rendering extension for reports.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Interface IRenderingExtension _
Inherits IExtension
'Utilizzo
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =
interface
interface IExtension
end
public interface IRenderingExtension extends IExtension
Nel tipo IRenderingExtension sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. Ereditato da IExtension. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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. Ereditato da IExtension. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering