Table of Contents

Class ReportDownloadSection

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

Constructors

ReportDownloadSection()

public ReportDownloadSection()

Fields

DownloadButton

DownloadButton control.

protected DownloadButton DownloadButton

Field Value

DownloadButton

Remarks

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

EncodingSelector

EncodingSelector control.

protected RadioButtonList EncodingSelector

Field Value

RadioButtonList

Remarks

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

IncludeAdditionalFiles

IncludeAdditionalFiles control.

protected CheckBox IncludeAdditionalFiles

Field Value

CheckBox

Remarks

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

OptionFormat

OptionFormat control.

protected RadioButtonList OptionFormat

Field Value

RadioButtonList

Remarks

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

Properties

SurveyID

public Guid? SurveyID { get; set; }

Property Value

Guid?

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler