Class CustomDrawEventArgs
Event arguments for custom drawing of report objects.
Inheritance
System.Object
    System.EventArgs
    CustomDrawEventArgs
  Namespace: FastReport.Export.Html
Assembly: FastReport.dll
Syntax
public class CustomDrawEventArgs : EventArgs
  Fields
css
Resulting CSS string.
Declaration
public string css
  Field Value
| Type | Description | 
|---|---|
| System.String | 
done
Resulting successful drawing flag.
Declaration
public bool done
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
height
Height of object.
Declaration
public float height
  Field Value
| Type | Description | 
|---|---|
| System.Single | 
html
Resulting HTML string.
Declaration
public string html
  Field Value
| Type | Description | 
|---|---|
| System.String | 
layers
Layers mode when true or Table mode when false.
Declaration
public bool layers
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
left
Left position.
Declaration
public float left
  Field Value
| Type | Description | 
|---|---|
| System.Single | 
report
Report object
Declaration
public Report report
  Field Value
| Type | Description | 
|---|---|
| Report | 
reportObject
ReportObject.
Declaration
public ReportComponentBase reportObject
  Field Value
| Type | Description | 
|---|---|
| ReportComponentBase | 
top
Top position.
Declaration
public float top
  Field Value
| Type | Description | 
|---|---|
| System.Single | 
width
Width of object.
Declaration
public float width
  Field Value
| Type | Description | 
|---|---|
| System.Single | 
zoom
Zoom value for scale position and sizes.
Declaration
public float zoom
  Field Value
| Type | Description | 
|---|---|
| System.Single |