RenderingExtension
Class
Represents a rendering extension
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public class RenderingExtension
Inheritance: objectRenderingExtension
Properties
Description
string
Gets the description of the RenderingExtension
C#
public string Description { get; }
Name
string
Gets the name of the RenderingExtension
C#
public string Name { get; }