The AnswerSummaryOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AnswerSummaryOptions |
Creates a new copy of the default answer summary options. Override the built-in defaults with your preferred
defaults by adding appropriate settings to the appSettings section of your web.config file.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Border |
Specifies the border style for the answer summary table:
None, Plain or Sculpted. Applicable only to 2-column answer summary layout.
By default the property defers to the behavior configured on the server.
| |
| BulletAnswers |
Precedes each answer with a bullet character. Applicable only to 1-column answer summary layout.
By default the property defers to the behavior configured on the server.
| |
| BulletPrompts |
Precedes each prompt with a bullet character. Applicable only to 1-column answer summary layout.
By default the property defers to the behavior configured on the server.
| |
| Format |
Answer summaries can be formatted in 1-column or 2-column format.
By default the property defers to the default configured on the server.
| |
| IndentAnswers |
Indents the left margin of each answer with respect to its prompt. Applicable only to 1-column answer summary layout.
By default the property defers to the behavior configured on the server.
| |
| IndentPrompts |
Indents the left margin of each prompt with respect to dialog titles. Applicable only to 1-column answer summary layout.
By default the property defers to the behavior configured on the server.
| |
| PercentWidthForPrompt |
Specifies the percentage of the total interview width reserved for prompts.
Applicable only to 2-column answer summary layout.
A range of 20 to 80 is recommended. The default value is 0, which defers to the value configured
on the server.
|
See Also