[]
For internal use only. Base class for simple rendering extension.
public abstract class RenderingExtensionBase<TSettings> : IRenderingExtension where TSettings : new()
Name | Description |
---|---|
TSettings |
Name | Description |
---|---|
RenderingExtensionBase() |
Name | Description |
---|---|
_defaults | The default settings. |
Name | Description |
---|---|
Defaults | Gets the default settings. |
Name | Description |
---|---|
ApplySettings(object, NameValueCollection) | Applys settings for the rendering extension. |
Render(IReport, StreamProvider) | Renders the specified report. |
Render(IReport, StreamProvider, NameValueCollection) | Renders the specified report with the specified settings. |
Render(IReport, StreamProvider, NameValueCollection, CancellationToken) | Renders the specified report with the specified settings. |
Render(TSettings, StreamProvider, IReport, CancellationToken) |