Table of Contents

Class BaseReportManager.ControlsInfo

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
protected sealed class BaseReportManager.ControlsInfo
Inheritance
BaseReportManager.ControlsInfo
Inherited Members

Constructors

ControlsInfo()

public ControlsInfo()

Properties

CreateButton

public IButtonControl CreateButton { get; set; }

Property Value

IButtonControl

RemoveButton

public IButtonControl RemoveButton { get; set; }

Property Value

IButtonControl

ReportName

public ITextControl ReportName { get; set; }

Property Value

ITextControl

ReportSelector

public ComboBox ReportSelector { get; set; }

Property Value

ComboBox

SaveButton

public IButtonControl SaveButton { get; set; }

Property Value

IButtonControl