Class
RenderingSettings

Represents the settings of a single report rendering extension

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class RenderingSettings

Inheritance: objectRenderingSettings

Constructors

RenderingSettings()

TODO: Add documentation.

Declaration

cs-api-definition
public RenderingSettings()

Properties

Description

Gets or sets the description of the rendering extension. Used in the report viewers' export list.

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

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

cs-api-definition
public string Name { get; set; }

Property Value

string

Parameters

Gets or set a collection representing additional parameters for the target rendering extensions.

Declaration

cs-api-definition
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

cs-api-definition
public bool Visible { get; set; }

Property Value

bool