Class RenderingExtension
Represents a rendering extension
Inheritance
System.Object
RenderingExtension
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class RenderingExtension
Properties
Description
Gets the description of the RenderingExtension
Declaration
public string Description { get; }
Property Value
System.String
|
Name
Gets the name of the RenderingExtension
Declaration
public string Name { get; }
Property Value
System.String
|