WebCustomExportFieldValueEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Web |
Initializes a new instance of the Web |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Appearance | Gets or sets the appearance object used to paint the field value currently being exported. |
Apply |
Specifies whether to apply the appearance settings to a brick.
Inherited from Custom |
Brick |
Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported.
Inherited from Custom |
Custom |
Gets a custom total to which the processed field value corresponds. |
Data |
Gets the data field that specifies the processed value.
Inherited from Custom |
End |
Gets the maximum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
Inherited from Custom |
Field |
Gets a field whose value is being processed.
Inherited from Custom |
Is |
Gets whether the processed field value is collapsed.
Inherited from Custom |
Is |
Gets whether the processed value corresponds to a column field.
Inherited from Custom |
Is |
Gets whether the processed value corresponds to the “Others” row/column.
Inherited from Custom |
Is |
Gets whether the processed field value resides within the top most row or column.
Inherited from Custom |
Max |
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
Inherited from Custom |
Min |
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
Inherited from Custom |
Rect |
Defines the size and location of the printed or exported cell.
Inherited from Custom |
Start |
Gets the minimum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
Inherited from Custom |
Text |
Gets the processed field value display text.
Inherited from Custom |
Value |
Gets the processed field value.
Inherited from Custom |
Value |
Gets the type of the currently processed field value.
Inherited from Custom |
#Methods
Name | Description |
---|---|
Contains |
Returns whether the specified row or column level corresponds to the processed field value.
Inherited from Custom |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also