Gets or sets the expression for displaying data of the given field.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public string DisplayExpression { get; set; }
Visual Basic (Declaration)
Public Property DisplayExpression As String
Visual C++
public:
property String^ DisplayExpression {
	String^ get ();
	void set (String^ value);
}

See Also