ViewParameter Class

Represents a view parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsViewParameter

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ViewParameter

The ViewParameter type exposes the following members.

Constructors
 NameDescription
Public methodViewParameter Initializes a new instance of the ViewParameter class.
Top
Properties
 NameDescription
Public propertyClientData Gets or sets the client data.
Public propertyElementParameterLinks Gets the element parameter links.
Public propertyExcludeFromExport Gets or sets whether the parameter should be excluded from export.
Public propertyFriendlyName Gets or sets the friendly name.
Public propertyId Gets or sets the ID of the view parameter.
Public propertyName Gets or sets the name.
Public propertyParameterValue Gets or sets the parameter value.
Top
See Also