Class ExpressionHighlight
Inheritance
System.Object
ExpressionHighlight
Assembly: FastReport.Olap.dll
Syntax
public class ExpressionHighlight : GraphicHighlight
Constructors
ExpressionHighlight(CustomHighlights)
Declaration
public ExpressionHighlight(CustomHighlights owner)
Parameters
Properties
Caption
Declaration
public override string Caption { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AcceptCell(MeasureCell)
Declaration
public override bool AcceptCell(MeasureCell cell)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Assign(CustomHighlight)
Declaration
public override void Assign(CustomHighlight source)
Parameters
Overrides
GetExpressions()
Gets all expressions contained in the object.
Declaration
public override Expression[] GetExpressions()
Returns
Type |
Description |
Expression[] |
Array of expressions or null if object contains no expressions.
|
Overrides
Load(XmlItem)
Declaration
public override void Load(XmlItem item)
Parameters
Overrides
Save(XmlItem)
Declaration
public override void Save(XmlItem item)
Parameters
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()