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