Table of Contents

Class QuestionPrintInternal

Namespace
InSite.Admin.Assessments.Questions.Controls
Assembly
InSite.UI.dll
public class QuestionPrintInternal : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
QuestionPrintInternal
Implements
Inherited Members

Constructors

QuestionPrintInternal()

public QuestionPrintInternal()

Fields

ExcludeImagesStyle

ExcludeImagesStyle control.

protected HtmlGenericControl ExcludeImagesStyle

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NoDataMessage

NoDataMessage control.

protected HtmlGenericControl NoDataMessage

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PageTitle

PageTitle control.

protected HtmlGenericControl PageTitle

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

QuestionRepeater

QuestionRepeater control.

protected Repeater QuestionRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

FormatDateTime(string)

protected string FormatDateTime(string name)

Parameters

name string

Returns

string

GetBooleanTableOptionIcon(bool?, bool)

protected string GetBooleanTableOptionIcon(bool? isTrue, bool answer)

Parameters

isTrue bool?
answer bool

Returns

string

GetMultipleCorrectOptionIcon(bool?)

protected string GetMultipleCorrectOptionIcon(bool? isTrue)

Parameters

isTrue bool?

Returns

string

GetOptionPoints(decimal)

protected string GetOptionPoints(decimal value)

Parameters

value decimal

Returns

string

GetOptionRepeaterTableHead(string, string)

protected string GetOptionRepeaterTableHead(string prefix, string postfix)

Parameters

prefix string
postfix string

Returns

string

GetOptionRepeaterTableHeadTitleCols()

protected string GetOptionRepeaterTableHeadTitleCols()

Returns

string

GetOptionRepeaterText(RepeaterItem)

protected string GetOptionRepeaterText(RepeaterItem item)

Parameters

item RepeaterItem

Returns

string

GetSingleCorrectOptionIcon(decimal)

protected string GetSingleCorrectOptionIcon(decimal value)

Parameters

value decimal

Returns

string

RenderPdf(BankOptions)

public static PrintOutputFile RenderPdf(QuestionPrintInternal.BankOptions options)

Parameters

options QuestionPrintInternal.BankOptions

Returns

PrintOutputFile

RenderPdf(FormOptions)

public static PrintOutputFile RenderPdf(QuestionPrintInternal.FormOptions options)

Parameters

options QuestionPrintInternal.FormOptions

Returns

PrintOutputFile