XRSummary Members
In This Article
#Constructors
Name | Description |
---|---|
XRSummary() | Initializes a new instance of the XRSummary class with the default settings. |
XRSummary |
Initializes a new instance of the XRSummary class with the specified range, function and format string. |
XRSummary |
Initializes a new instance of the XRSummary class with the specified range and function. |
XRSummary |
Initializes a new instance of the XRSummary class with the specified range. |
#Properties
Name | Description |
---|---|
Format |
This property is no longer used. Use the Text instead.
|
Func | Specifies the arithmetic function to calculate. |
Ignore |
Specifies whether null values should be ignored when a summary is calculated. |
Running | Gets or sets a value specifying a report area, for which the arithmetic function is calculated. |
Treat |
Specifies whether or not a summary function should treat strings as numeric values. |
#Methods
Name | Description |
---|---|
Clone() | Creates a copy of the current XRSummary object. |
Dispose() | Disposes of the XRSummary object. |
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 |
Returns the calculated function’s result. |
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