Class RenderingFormat
Represents the rendering format a report is exported to. All available build-in formats are listed at
Inheritance
System.Object
RenderingFormat
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class RenderingFormat
Properties
Name
Gets or sets the name of the current rendering format.
Declaration
public string Name { get; }
Property Value
System.String
|