Report |
public class ReportView : ReportComponent
The ReportView type exposes the following members.
Name | Description | |
---|---|---|
ReportView | Initializes a new instance of the ReportView class |
Name | Description | |
---|---|---|
CSVRenderer | Current CSV renderer | |
CultureInfo | Current CultureInfo | |
CultureName | The language and culture used to display the report. If empty, the default culture is used. | |
CustomTemplate | The custom template text used instead of the template defined by the template name | |
Enabled | If false, the view is not parsed | |
Error | Last error message | |
ExcelConfigurations | The Excel configuration of the view | |
ExcelConverter | Current Excel converter | |
ExcelConverterEdited | True if the Excel converter was edited | |
ExcelRenderer | Current Excel renderer | |
ExecutionPromptedRestrictions | List of restrictions prompted to display in the view | |
GUID |
The unique identifier
(Inherited from RootComponent) | |
HelperReloadConfiguration | Editor Helper: Load the template configuration file | |
HelperResetParameters | Editor Helper: Reset all template parameters to their default values | |
HTML2PDFRenderer | Current HTML2PDF renderer | |
IdSuffix | Unique identifier for execution used to build JS identifier (e.g. for datatables) | |
Information | Last information message | |
IsDrillEnabled | True if the drill navigation is enabled | |
IsRootView | True if the view is the root view (no parent) | |
IsServerPaginationEnabled | True if the server pagination for DataTables is enabled for this view | |
IsSubReportsEnabled | True if the sub-reports navigation is enabled | |
JsonRenderer | Current Json renderer | |
MenuName | If not empty, overrides the default name of the report view in the Web Menu. Sub-menus can be specified using the '/' character (e.g. 'Samples/Orders'). | |
MenuPath | Path of the view in the menu | |
MenuReportViewName | Name of the report in the menu | |
Model | Current report model if any | |
ModelGUID | The data model identifier used for the view | |
ModelView | Returns the first ancestor view having a model | |
Name |
The name
(Overrides RootComponentName) | |
Parameters | The view parameters | |
ParentView | Current parent view if any | |
PartialTemplates | The custom partial template list for the view | |
PdfConfigurations | The PDF configuration of the view | |
PdfConverter | ||
PdfConverterEdited | True if the PDF Converter was edited | |
PDFRenderer | Current PDF renderer | |
ReferenceView | Current reference view if any | |
ReferenceViewGUID | If set, the values of the properties of the view may be taken from the reference view. This applies to parameters having their default value (including Excel and PDF configuration) and custom template texts with 'Use custom template text' set to 'false'. | |
Renderer | Returns the current renderer | |
Report |
The current report
(Inherited from ReportComponent) | |
ReportViewTemplateChildren | Returns the view templates that can be child of the view | |
Restrictions | ||
RestrictionsGUID | List of Restrictions GUID to display for a Restrictions view. | |
RestrictionsToSelect | Helper to select Join Preferences | |
RootView | Helper to get the root view of the view | |
ShowInMenu | If true, the report view is shown and can be executed from the menu of the Web Report Server. | |
SortOrder | Sort order of the view | |
SortOrderFull | Sort order with the view name | |
Template | Current ReportViewTemplate | |
TemplateDescription | The description of the template | |
TemplateName | The name of the view template. View templates are defined in the repository Views folder. | |
TextRenderer | Current Text renderer | |
UseCustomTemplate | If true, the template text can be modified | |
UseModelName | If true, the view name is got from the model name. This is only valid for a Model View. | |
ViewId | Identifier of the view | |
ViewName | View name translated | |
ViewTemplateText | Current template text of the view | |
WebExec | For the Web Report Server: If true, the view can be executed from the report list. | |
XMLRenderer | Current XML renderer |
Name | Description | |
---|---|---|
AddAttribute | Helper to create an HTTP attribute from a parameter value | |
AddDefaultModelViews | Add the default children for a model | |
AfterSerialization | Operations performed after the serialization | |
BeforeSerialization | Operations performed before the serialization | |
ConvertToExcel | Convert the view to an Excel Sheet | |
Create | Creates a basic view | |
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) | |
FindViewFromTemplate | Helper to find a child view from its template name | |
GetBoolValue(String) | Returns a parameter boolean value | |
GetBoolValue(String, Boolean) | Returns a parameter boolean value with a default if it does not exist | |
GetBoolValueJS | Returns a parameter boolean value for JavaScript | |
GetCSSLayoutRows | Helper to return a list of CSS layout rows from the flex layout | |
GetDoubleValue | Returns a parameter double value | |
GetGridLayoutColumnClass | Returns the class of a layout column | |
GetGridLayoutColumns | Helper to return a list of layout columns from a layout row | |
GetGridLayoutRows | Helper to return a list of layout rows from the grid layout | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetHtmlValue | Returns a parameter value with HTML encoding | |
GetNumericValue | Returns a parameter integer value | |
GetParameter | Returns a Parameter | |
GetPartialTemplateKey | Returns a partial template key form a given name and model | |
GetSort | Current sort order of the view | |
GetTranslatedMappedLabel | Translates a mapped label having keywords %DisplayName% | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetValue | Returns the parameter value | |
GetValueIfNotEmpty | Returns the parameter value if not empty with a prefix and a suffix | |
GetValueOrDefault | Returns the parameter value or the configuration value if it does not exist | |
GetView | Returns a view from its identifier | |
HasValue | True, if the parameter has a value | |
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) | |
InitFromReferenceView | Initializes the view properties from its reference view | |
InitPageChart | Init the chart for a ResultPage | |
InitParameters | Init all parameters with an option to reset their values | |
InitPartialTemplates | Init the partial templates of the view | |
InitReferences | Init all references | |
InitTemplates | Initializes the view templates and parameters | |
IsAncestorOf | True if the view is an ancestor of a given view | |
IsColumnHidden | True if the column is hidden | |
IsGridLayoutColumnForModel | True if the layout column is for a model | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Parse | Parse the view and returns the result | |
ParseChildren | Parse all children and returns the result | |
ReinitGUIDChildren | Reset children identifiers | |
ReloadConfiguration | Forces the reload of the configuration | |
ReplaceInParameterValues | Replace a pattern by a text in the parameter values | |
SetAdvancedConfigurations | Set configurations for Excel or PDF converter | |
SetParameter(String, Boolean) | Set a parameter boolean value | |
SetParameter(String, String) | Set a parameter value | |
SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
ShouldSerializeCSVRenderer | ||
ShouldSerializeCustomTemplate | ||
ShouldSerializeEnabled | ||
ShouldSerializeExcelRenderer | ||
ShouldSerializeHTML2PDFRenderer | ||
ShouldSerializeJsonRenderer | ||
ShouldSerializePDFRenderer | ||
ShouldSerializeRestrictionsGUID | ||
ShouldSerializeShowInMenu | ||
ShouldSerializeTextRenderer | ||
ShouldSerializeUseModelName | ||
ShouldSerializeXMLRenderer | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
Name | Description | |
---|---|---|
_dctd | (Inherited from RootEditor) | |
_GUID | (Inherited from RootComponent) | |
_name | (Inherited from RootComponent) | |
_report | (Inherited from ReportComponent) | |
Tag | Object that can be used at run-time for any purpose | |
Views | Children of the view |