ExpressionPlaceholder Class

Class that encapsulates a user-defined parameter to be used within an ExpressionDescriptor statement.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public abstract class ExpressionPlaceholder

The ExpressionPlaceholder type exposes the following members.

Constructors
  NameDescription
Protected methodExpressionPlaceholder
Initializes a new instance of the ExpressionPlaceholder class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules.
Public propertyExpression
Gets the parent expression.
Public propertyId
Gets the parsed placeholder ID.
Top
See Also