RenderingSettings
Class
Represents the settings of a single report rendering extension
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class RenderingSettings
Inheritance: objectRenderingSettings
Constructors
TODO: Add documentation.
C#
public RenderingSettings()
Properties
Description
string
Gets or sets the description of the rendering extension. Used in the report viewers' export list.
C#
public string Description { get; set; }
Name
string
Gets or sets the name of the rendering extension. Used as unique identifier for the rendering extension to match the settings target extension.
C#
public string Name { get; set; }
Gets or set a collection representing additional parameters for the target rendering extensions.
C#
public ParameterCollection Parameters { get; }
Visible
bool
Gets or sets a value determining if the target extension should be shown in the report viewers' export list. True by default
C#
public bool Visible { get; set; }