| CSVRenderer Class | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class CSVRenderer : RootRenderer
The CSVRenderer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CSVRenderer | Initializes a new instance of the CSVRenderer class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CustomTemplate | The custom template text used instead of the template defined by the template name (Inherited from RootRenderer) | 
|  | Parameters | The renderer parameters (Inherited from RootRenderer) | 
|  | Report | Report of the renderer (Inherited from RootRenderer) | 
|  | Template | Current ReportViewTemplate (Inherited from RootRenderer) | 
|  | UseCustomTemplate | If true, the template text can be modified (Inherited from RootRenderer) | 
|  | ViewTemplateText | Current template text of the view (Inherited from RootRenderer) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AfterSerialization | (Inherited from RootRenderer) | 
|  | BeforeSerialization | Operations performed before the serialization (Inherited from RootRenderer) | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetBoolValue(String) | Returns a parameter boolean value (Inherited from RootRenderer) | 
|  | GetBoolValue(String, Boolean) | Returns a parameter boolean value with a default if it does not exist (Inherited from RootRenderer) | 
|  | GetDoubleValue | Returns a parameter double value (Inherited from RootRenderer) | 
|  | GetFileExtension | File name extension of the generated result (Overrides RootRendererGetFileExtension) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetNumericValue | Returns a parameter integer value (Inherited from RootRenderer) | 
|  | GetRenderDisplayType | Type display name of the renderer (Inherited from RootRenderer) | 
|  | GetRenderType | Type name of the renderer (Overrides RootRendererGetRenderType) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | GetValue | Returns the parameter value (Inherited from RootRenderer) | 
|  | Init | Init the editor objects (Inherited from RootEditor) | 
|  | InitDefaultValues | Init the default values (Inherited from RootEditor) | 
|  | InitEditor | Init the editor objects and the default values (Inherited from RootEditor) | 
|  | InitParameters | Init all parameters with an option to reset their values (Inherited from RootRenderer) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Serialize | Default serialization (Inherited from RootRenderer) | 
|  | SetParameter(String, Boolean) | Set a parameter boolean value (Inherited from RootRenderer) | 
|  | SetParameter(String, String) | Set a parameter value (Inherited from RootRenderer) | 
|  | SetReadOnly | Set all properties to readonly (Inherited from RootEditor) | 
|  | ShouldSerializeCustomTemplate | (Inherited from RootRenderer) | 
|  | ShouldSerializeParameters | (Inherited from RootRenderer) | 
|  | ToString | (Inherited from RootRenderer) | 
|  | UpdateEditor | Update editor attributes (Inherited from RootEditor) | 
|  | UpdateEditorAttributes | Refresh properties attrivutes (Inherited from RootEditor) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | _dctd | (Inherited from RootEditor) | 
|  | LastTemplateModification | (Inherited from RootRenderer) | 
|  | View | Report view of the renderer (Inherited from RootRenderer) | 
 See Also
See Also