Click or drag to resize

ReportViewerConfiguration Class

Report viewer configuration loaded from the Configuration Object
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicReportViewerConfiguration

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ReportViewerConfiguration

The ReportViewerConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodReportViewerConfiguration
Top
Properties
  NameDescription
Public propertyActorRole
ODW ActorRole. In the ReportViewer it is not possible to configure it by the QueryString
Public propertyAttributes
List of additional (custom?) attributes and default values
Public propertyName
Name of config, used to match woth query string parameter
Public propertyPath
Path to report on the SSRS server
Public propertyVisibleToUserIds
List if users who can see the report
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also