StatisticBuilderPanel FieldsA Sandcastle Documented Class Library
The StatisticBuilderPanel type exposes the following members.
Fields

  NameDescription
Private fieldbgroundColor
The current background color of this panel.
Protected fieldcbChoose
cbChoose control.
Private fieldcolumnDbType
Stores the database type of the selected column, used for value field type determinations.
Private fieldcolumnsText
Stores the text of the selected column along with its value in columnsValue.
Protected fieldcolumnsValue
Controls the columns drop down list selection value. Using jQuery to ensure proper drop down list selection.
Private fieldconnectorText
Stores the text of the selected connector along with its value in connectorValue.
Protected fieldconnectorValue
Stores the value of the selected connector.
Protected fieldcssColumnsVis
Controls the display for the column drop down list.
Protected fieldcssConnHeight
Used to hide the connector control when it isn't visible.
Protected fieldcssConnVis
Variable that holds the CSS value for the connector visibility. //Pushed to cient side because of control rendering issues with server side.
Protected fieldcssExclmHeight
Used to display/hide the exclamation icon.
Protected fieldcssExclmVis
Used to hide the exclamation icon.
Protected fieldcssExistsVis
Controls the display for the existing calculations drop down list.
Protected fieldcssFclVis
Controls the display for the force criteria link drop down list.
Protected fieldcssFormulaNameClear
Controls the formula name div's clear value. Should be set to empty when FCL is showing and clear:both; when FCL is nit visible.
Protected fieldcssFormulaNameVis
Controls the display for the name text box.
Protected fieldcssNameVis
Controls the display for the name text box.
Protected fieldcssStatFormatClear
Controls the css clear value of the stat format section.
Protected fieldcssStatFormatVis
Controls the visibility of the stat format drop down list.
Protected fieldcssStaticValVis
Controls the display for static value text box.
Protected fieldcssStpHeight
Used to display/hide the exclamation icon.
Protected fieldcssStpVis
Used to hide the exclamation icon.
Protected fieldcssTablesVis
Controls the display for the table drop down list.
Protected fieldddlColumns
ddlColumns control.
Protected fieldddlConnector
ddlConnector control.
Protected fieldddlExists
ddlExists control.
Protected fieldddlFilterCriteriaLink
ddlFilterCriteriaLink control.
Protected fieldddlStatFormat
ddlStatFormat control.
Protected fieldddlTables
ddlTables control.
Protected fieldddlTypes
ddlTypes control.
Protected fielddvMainWrapper
dvMainWrapper control.
Protected fielddvRounded
dvRounded control.
Protected fielderrorText
Error text for this controls current state.
Private fieldexistsText
Stores the selected text of the types drop down list.
Protected fieldexistsValue
Stores the value of the types drop down list.
Private fieldfclText
Stores the filter criteria link text of the drop down list.
Protected fieldfclValue
Stores the filter criteria link value of the drop down list.
Protected fieldfilterId
Holds the filter id of the currently loaded filter.
Protected fieldimgExclm
imgExclm control.
Protected fieldimgStp
imgStp control.
Private fieldindentAmount
Controls how much the panel is indented per level.
Private fieldindentLevel
Represents the grouping level of this panel.
Private fieldindex
Represents the index of this panel in a list of panels.
Private fieldisColumnsShowing
Tracks the display for the column drop down list.
Private fieldisConnectorShowing
True if the connector drop down list is showing.
Private fieldisExclmShowing
Indicates the status of the exclamation icon's visibility.
Private fieldisExistsShowing
Tracks the display of the existing calculations drop down list.
Private fieldisFclShowing
Tracks the display for the name text box.
Private fieldisFormulaNameShowing
Tracks the display for the name text box.
Private fieldisNameShowing
Tracks the display for the name text box.
Private fieldisSelected
True if the checkbox on this panel has been selected.
Private fieldisStatFormatShowing
Returns true if the stat format field is showing.
Private fieldisStaticValShowing
Tracks the display of the static value text box.
Private fieldisStpShowing
Indicates the status of the exclamation icon's visibility.
Private fieldisTablesShowing
Tracks display of the tables drop down list.
Private fieldkey
Secret key.
Protected fieldlblColumnName
lblColumnName control.
Protected fieldlblExists
lblExists control.
Protected fieldlblFilterCriteriaLink
lblFilterCriteriaLink control.
Protected fieldlblFormulaName
lblFormulaName control.
Protected fieldlblName
lblName control.
Protected fieldlblStatFormat
lblStatFormat control.
Protected fieldlblStaticVal
lblStaticVal control.
Protected fieldlblTableName
lblTableName control.
Protected fieldlblType
lblType control.
Private fieldloaded
Determines if this control has been loaded.
Private fieldlogging
Controls logging to debugging purposes.
Private fieldpanelMode
Represents the mode the statistic builder form is running in.
Private fieldparent
The owner of this filter builder panel.
Private fieldsessionKey
The session key for the list of filter builder panels.
Private fieldstatFormatText
Stores the text of the selected connector along with its value in connectorValue.
Protected fieldstatFormatValue
Stores the value of the selected connector.
Private fieldstaticValValue
Private fieldsvc
Service reference.
Private fieldtablesText
Stores the text of the selected table along with its value in tablesValue.
Protected fieldtablesValue
Controls the tables drop down list selection value. Using jQuery to ensure proper drop down list selection.
Private fieldturnOffAltRowShading
Controls how alternate rows are shaded.
Protected fieldtxtFormulaName
txtFormulaName control.
Private fieldtxtFormulaNameValue
Tracks the value of the name text box.
Protected fieldtxtName
txtName control.
Protected fieldtxtNameValue
Tracks the value of the name text box.
Protected fieldtxtStaticVal
txtStaticVal control.
Private fieldtypesText
Stores the selected text of the types drop down list.
Protected fieldtypesValue
Stores the value of the types drop down list.
Back to Top
See Also