Skip to main content
A newer version of this page is available. .

CustomExportFieldValueEventArgsBase<T> Members

Serves as a base for classes that provide data for the CustomExportFieldValue event.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
ApplyAppearanceToBrickStyle Specifies whether to apply the appearance settings to a brick. Inherited from CustomPrintEventArgs.
Brick Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported. Inherited from CustomPrintEventArgs.
CustomTotal Gets a custom total to which the processed field value corresponds.
DataField Gets the data field that specifies the processed value.
EndLevel Gets the maximum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
Field Gets a field whose value is being processed.
IsCollapsed Gets whether the processed field value is collapsed.
IsColumn Gets whether the processed value corresponds to a column field.
IsOthersValue Gets whether the processed value corresponds to the “Others” row/column.
IsTopMost Gets whether the processed field value resides within the top most row or column.
MaxIndex Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
MinIndex Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
Rect Defines the size and location of the printed or exported cell. Inherited from CustomPrintEventArgs.
StartLevel Gets the minimum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
Text Gets the processed field value display text.
Value Gets the processed field value.
ValueType Gets the type of the currently processed field value.

Methods

Name Description
ContainsLevel(Int32) Returns whether the specified row or column level corresponds to the processed field value.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also