Click or drag to resize

ReportView Properties

The ReportView type exposes the following members.

Properties
 NameDescription
Public propertyCSVRenderer Current CSV renderer
Public propertyCultureInfo Current CultureInfo
Public propertyCultureName The language and culture used to display the report. If empty, the default culture is used.
Public propertyCustomTemplate The custom template text used instead of the template defined by the template name
Public propertyEnabled If false, the view is not parsed
Public propertyError Last error message
Public propertyExcelConfigurations The Excel configuration of the view
Public propertyExcelConverter Current Excel converter
Public propertyExcelConverterEdited True if the Excel converter was edited
Public propertyExcelRenderer Current Excel renderer
Public propertyExecutionPromptedRestrictions List of restrictions prompted to display in the view
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperReloadConfiguration Editor Helper: Load the template configuration file
Public propertyHelperResetParameters Editor Helper: Reset all template parameters to their default values
Public propertyHTML2PDFRenderer Current HTML2PDF renderer
Public propertyIdSuffix Unique identifier for execution used to build JS identifier (e.g. for datatables)
Public propertyInformation Last information message
Public propertyIsDrillEnabled True if the drill navigation is enabled
Public propertyIsRootView True if the view is the root view (no parent)
Public propertyIsServerPaginationEnabled True if the server pagination for DataTables is enabled for this view
Public propertyIsSubReportsEnabled True if the sub-reports navigation is enabled
Public propertyJsonRenderer Current Json renderer
Public propertyMenuName 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').
Public propertyMenuPath Path of the view in the menu
Public propertyMenuReportViewName Name of the report in the menu
Public propertyModel Current report model if any
Public propertyModelGUID The data model identifier used for the view
Public propertyModelView Returns the first ancestor view having a model
Public propertyName The name
(Overrides RootComponentName)
Public propertyParameters The view parameters
Public propertyParentView Current parent view if any
Public propertyPartialTemplates The custom partial template list for the view
Public propertyPdfConfigurations The PDF configuration of the view
Public propertyPdfConverter 
Public propertyPdfConverterEdited True if the PDF Converter was edited
Public propertyPDFRenderer Current PDF renderer
Public propertyReferenceView Current reference view if any
Public propertyReferenceViewGUID 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'.
Public propertyRenderer Returns the current renderer
Public propertyReport The current report
(Inherited from ReportComponent)
Public propertyReportViewTemplateChildren Returns the view templates that can be child of the view
Public propertyRestrictions 
Public propertyRestrictionsGUID List of Restrictions GUID to display for a Restrictions view.
Public propertyRestrictionsToSelect Helper to select Join Preferences
Public propertyRootView Helper to get the root view of the view
Public propertyShowInMenu If true, the report view is shown and can be executed from the menu of the Web Report Server.
Public propertySortOrder Sort order of the view
Public propertySortOrderFull Sort order with the view name
Public propertyTemplate Current ReportViewTemplate
Public propertyTemplateDescription The description of the template
Public propertyTemplateName The name of the view template. View templates are defined in the repository Views folder.
Public propertyTextRenderer Current Text renderer
Public propertyUseCustomTemplate If true, the template text can be modified
Public propertyUseModelName If true, the view name is got from the model name. This is only valid for a Model View.
Public propertyViewId Identifier of the view
Public propertyViewName View name translated
Public propertyViewTemplateText Current template text of the view
Public propertyWebExec For the Web Report Server: If true, the view can be executed from the report list.
Public propertyXMLRenderer Current XML renderer
Top
See Also