Delegate HighlightDrawHandler
Namespace: FastReport.Olap.Styling
Assembly: FastReport.Olap.dll
Syntax
public delegate void HighlightDrawHandler(Graphics g, Rectangle r, ref bool canDrawImage, ref bool canDrawText, object data);
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | r | |
System.Boolean | canDrawImage | |
System.Boolean | canDrawText | |
System.Object | data |