Open this page in the API Guide

ExpressionDescriptor.RemovePlaceholder Method

Removes the specified expression placeholder.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public virtual void RemovePlaceholder(
	ExpressionPlaceholder placeholder
)

Parameters

placeholder
Type: Dundas.BI.Data.Metadata.ExpressionPlaceholder
The placeholder.
Exceptions
ExceptionCondition
ArgumentNullExceptionplaceholder is null.
See Also