ExpressionPlaceholder Constructor |
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected ExpressionPlaceholder(
ExpressionDescriptor expression,
string caption
)
Protected Sub New (
expression As ExpressionDescriptor,
caption As String
)
protected:
ExpressionPlaceholder(
ExpressionDescriptor^ expression,
String^ caption
)
new :
expression : ExpressionDescriptor *
caption : string -> ExpressionPlaceholderParameters
- expression ExpressionDescriptor
- The parent expression.
- caption String
- The placeholder caption.
See Also