Report |
public class ReportViewTemplate
The ReportViewTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportViewTemplate | Initializes a new instance of the ReportViewTemplate class |
| Name | Description | |
|---|---|---|
| ConfigurationPath | Path of the configuration file for the template | |
| Description | Description | |
| Error | Current errors | |
| FilePath | Current file path of the template | |
| ForReportModel | True if the template is for a report model view | |
| IsModelViewChild | True if the template must have a Model View parent | |
| IsModified | True if the template or its configuration is modified | |
| IsRestrictionsView | True if the template is for a restrictions view | |
| IsWidgetView | True if the template is for a widget view | |
| Name | Name of the view template | |
| Parameters | Parameters defined for the template | |
| ParentNames | Allowed parent template names | |
| PartialTemplatesPath | List of partial templates path | |
| RendererType | Renderer type if the template is used for a renderer | |
| Text | Text of the template |
| Name | Description | |
|---|---|---|
| ClearConfiguration | Clear the template configuration | |
| 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPartialTemplatePath | Returns a partial template path from a given name | |
| GetPartialTemplateText | Returns a partial template text from a given name | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Init | Initialize the template from a file | |
| InitParameters | Init the parameters from the configuration | |
| LoadTemplates | Returns a list of ReportViewTemplate from a given folder | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ParseConfiguration | Parse the current configuration and initialize the parameters | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ChartEChartsName | Name of the Chart ECharts template | |
| ChartJSName | Name of the Chart JS template | |
| ChartPlotlyName | Name of the Chart Plotly template | |
| ChartScottplotName | Name of the Chart Scottplot template | |
| Configuration | Current template configuration text | |
| ContainerGridFlexName | Name of the Container Grid Flex template | |
| ContainerName | Name of the Container template | |
| D3Colors | D3 color palette as a JavaScript array, used for chart series colors | |
| DataTableName | Name of the Data Table template | |
| DefaultName | Name of the default template | |
| GaugeName | Name of the Gauge template | |
| GoogleColors | Google color palette as a JavaScript array, used for chart series colors | |
| GridFlexContainerParameterSample | Sample values proposed for the CSS parameter of the Container Grid Flex template (format 'value|description') | |
| GridFlexItemParameterSample | Sample values proposed for the CSS parameter of the items of a Container Grid Flex template (format 'value|description') | |
| IsParsed | Flag for optimization, by default the template is not parsed... until it is used | |
| LastConfigModification | Last modification of the configuration file | |
| LastModification | Last modification date time | |
| ModelDetailName | Name of the Model Detail template | |
| ModelName | Name of the Model template | |
| PageTableName | Name of the Page Table template | |
| ReportName | Name of the Report template (root view) | |
| RestrictionsName | Name of the Restrictions template | |
| SharedPartialTemplates | Additional partial templates to add to the template: Name of the partial template | |
| TabPageName | Name of the Tab Page template | |
| WidgetName | Name of the Widget template |