Click or drag to resize

ReportView Methods

The ReportView type exposes the following members.

Methods
 NameDescription
Public methodAddAttribute Helper to create an HTTP attribute from a parameter value
Public methodAddDefaultModelViews Add the default children for a model
Public methodAfterSerialization Operations performed after the serialization
Public methodBeforeSerialization Operations performed before the serialization
Public methodConvertToExcel Convert the view to an Excel Sheet
Public methodStatic memberCreate Creates a basic view
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindViewFromTemplate Helper to find a child view from its template name
Public methodGetBoolValue(String) Returns a parameter boolean value
Public methodGetBoolValue(String, Boolean) Returns a parameter boolean value with a default if it does not exist
Public methodGetBoolValueJS Returns a parameter boolean value for JavaScript
Public methodGetCSSLayoutRows Helper to return a list of CSS layout rows from the flex layout
Public methodGetDoubleValue Returns a parameter double value
Public methodGetGridLayoutColumnClass Returns the class of a layout column
Public methodGetGridLayoutColumns Helper to return a list of layout columns from a layout row
Public methodGetGridLayoutRows Helper to return a list of layout rows from the grid layout
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHtmlValue Returns a parameter value with HTML encoding
Public methodGetNumericValue Returns a parameter integer value
Public methodGetParameter Returns a Parameter
Public methodGetPartialTemplateKey Returns a partial template key form a given name and model
Public methodGetSort Current sort order of the view
Public methodGetTranslatedMappedLabel Translates a mapped label having keywords %DisplayName%
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValue Returns the parameter value
Public methodGetValueIfNotEmpty Returns the parameter value if not empty with a prefix and a suffix
Public methodGetValueOrDefault Returns the parameter value or the configuration value if it does not exist
Public methodGetView Returns a view from its identifier
Public methodHasValue True, if the parameter has a value
Public methodInit Init the editor objects
(Inherited from RootEditor)
Public methodInitDefaultValues Init the default values
(Inherited from RootEditor)
Public methodInitEditor Init the editor objects and the default values
(Inherited from RootEditor)
Public methodInitFromReferenceView Initializes the view properties from its reference view
Public methodInitPageChart Init the chart for a ResultPage
Public methodInitParameters Init all parameters with an option to reset their values
Public methodInitPartialTemplates Init the partial templates of the view
Public methodInitReferences Init all references
Public methodInitTemplates Initializes the view templates and parameters
Public methodIsAncestorOf True if the view is an ancestor of a given view
Public methodIsColumnHidden True if the column is hidden
Public methodIsGridLayoutColumnForModel True if the layout column is for a model
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParse Parse the view and returns the result
Public methodParseChildren Parse all children and returns the result
Public methodReinitGUIDChildren Reset children identifiers
Public methodReloadConfiguration Forces the reload of the configuration
Public methodReplaceInParameterValues Replace a pattern by a text in the parameter values
Public methodSetAdvancedConfigurations Set configurations for Excel or PDF converter
Public methodSetParameter(String, Boolean) Set a parameter boolean value
Public methodSetParameter(String, String) Set a parameter value
Public methodSetReadOnly Set all properties to readonly
(Inherited from RootEditor)
Public methodShouldSerializeCSVRenderer 
Public methodShouldSerializeCustomTemplate 
Public methodShouldSerializeEnabled 
Public methodShouldSerializeExcelRenderer 
Public methodShouldSerializeHTML2PDFRenderer 
Public methodShouldSerializeJsonRenderer 
Public methodShouldSerializePDFRenderer 
Public methodShouldSerializeRestrictionsGUID 
Public methodShouldSerializeShowInMenu 
Public methodShouldSerializeTextRenderer 
Public methodShouldSerializeUseModelName 
Public methodShouldSerializeXMLRenderer 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateEditor Update editor attributes
(Inherited from RootEditor)
Protected methodUpdateEditorAttributes Refresh properties attrivutes
(Inherited from RootEditor)
Top
See Also