AnswerSummaryOptions Members

The AnswerSummaryOptions type exposes the following members.
Constructors

  NameDescription
Public methodAnswerSummaryOptions
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.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyBorder
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.
Public propertyBulletAnswers
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.
Public propertyBulletPrompts
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.
Public propertyFormat
Answer summaries can be formatted in 1-column or 2-column format. By default the property defers to the default configured on the server.
Public propertyIndentAnswers
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.
Public propertyIndentPrompts
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.
Public propertyPercentWidthForPrompt
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.
Back to Top
See Also