Class ReportDownloadSection
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EncodingSelector
EncodingSelector control.
protected RadioButtonList EncodingSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
IncludeAdditionalFiles
IncludeAdditionalFiles control.
protected CheckBox IncludeAdditionalFiles
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionFormat
OptionFormat control.
protected RadioButtonList OptionFormat
Field Value
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
Events
Alert
public event AlertHandler Alert