The StackedColumnChartView type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| StackedColumnChartView | Initializes a new instance of the StackedColumnChartView class |
Methods
| Name | Description | |
|---|---|---|
| AppLogLogin |
Simplified method for logging application login attempts.
(Inherited from BasePageStandard.) | |
| AppLogLogout |
Simplified method for logging application logout attempts.
(Inherited from BasePageStandard.) | |
| AppLogPage |
Simplified method for logging application page access.
(Inherited from BasePageStandard.) | |
| BindChartData |
Binds the given form data to the chart.
| |
| btnCsv_Click |
Processes a download CSV request.
| |
| btnManageToggle_Click |
Toggles the report management window on this page.
| |
| btnPreviewToggle_Click |
Toggles the preview window on this page.
| |
| btnRefresh_Click |
Refreshes this page with a clean new load.
| |
| btnSaveView_Click |
Event handler for the save button. Saves the view configuration for the page and report.
| |
| btnSql_Click |
Returns a query result packet for this report query.
| |
| btnTab_Click |
Processes a download TAB request.
| |
| btnXls_Click |
Processes a download XLS request.
| |
| BuildForm |
Builds any dynamic aspects of the form for display.
| |
| CheckForExpiration |
Checks to see if the given user account is expired or not
(Inherited from BasePageStandard.) | |
| CheckForInjection |
Checks for sql statements in queries.
(Inherited from BasePageStandard.) | |
| CheckPagePermission |
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
(Inherited from BasePageStandard.) | |
| CheckPassThrough |
Checks the session
| |
| CheckPermissions |
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.) | |
| ddlFilter1_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlFilter2_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlFilter3_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlLabels1_SelectedIndexChanged |
Event handler for label value changes.
| |
| ddlLabels2_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlLabels3_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlReport1_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlReport2_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlReport3_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlXaxis1_SelectedIndexChanged |
Event handler for x-axis value changes.
| |
| ddlXaxis2_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlXaxis3_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlYaxis1_SelectedIndexChanged |
Event handler for y-axis value changes.
| |
| ddlYaxis2_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| ddlYaxis3_SelectedIndexChanged |
Process a selection change for the given drop down list.
| |
| DisableExports |
Disables data exports.
| |
| EnableExports |
Enables data exports.
| |
| FailPassThrough |
Fails the pass through request, writes a txt file to mark the failure.
| |
| GetActiveFilter |
Returns the active filter from the filter object manager if there is one.
(Inherited from BasePageStandard.) | |
| GetActiveFilterActiveReport |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetActiveFilterActiveStat |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetActiveFilterId |
Returns the active filter's filter ID.
(Inherited from BasePageStandard.) | |
| GetActiveFilterReportAt |
Returns the active filter's report at the provided index.
(Inherited from BasePageStandard.) | |
| GetActiveFilterStatAt |
Returns the active filter's statistic at the provided index.
(Inherited from BasePageStandard.) | |
| GetActiveReportId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) | |
| GetActiveReportIndex |
Returns the active report index.
(Inherited from BasePageStandard.) | |
| GetActiveReportIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) | |
| GetActiveStatId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) | |
| GetActiveStatIndex |
Returns the active report index.
(Inherited from BasePageStandard.) | |
| GetActiveStatIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) | |
| GetAdminUserRole |
Returns the Admin user role id as a string.
(Inherited from BasePageStandard.) | |
| GetFilterObjManager |
Returns the filter object manager.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilter |
Returns true if there is an active filter.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterActiveReport |
Returns true if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterActiveStat |
Returns true if there is an active filter with a stat at the Session stored
index 'statIndex'.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterReportAt |
Returns true if there is an active filter with a report at the provided index.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterStatAt |
Returns true if there is an active filter with a stat at the provided index.
(Inherited from BasePageStandard.) | |
| GetHasFilterObjManager |
Returns true if there is a current filter object manager.
(Inherited from BasePageStandard.) | |
| GetP4sPsmsUserRole |
Returns the P4s Psms user role id as a string.
(Inherited from BasePageStandard.) | |
| HasPagePerm |
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.) | |
| HideReportForm |
Hides the report form.
| |
| HideReportManagePanel |
Hide the statistic manage panel.
| |
| HideReportManagePanelPassive |
Hide the statistic manage panel. Do not call BuildForm.
| |
| HideReportPreviewPanel |
Hides the filter preview panel.
| |
| HideReportPreviewPanelPassive |
Hides the report preview panel but doesn't cal build form.
| |
| IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) | |
| LoadAxisColumns1 |
Loads the columns list for the given report.
| |
| LoadAxisColumns1(Boolean) |
Loads the column list for the given report.
| |
| LoadAxisColumns2 |
Loads the columns list for the given report.
| |
| LoadAxisColumns2(Boolean) |
Loads the columns list for the given report.
| |
| LoadAxisColumns3 |
Loads the columns list for the given report.
| |
| LoadAxisColumns3(Boolean) |
Loads the columns list for the given report.
| |
| LoadColumns1 |
Preps the column load for the given report.
| |
| LoadColumns2 |
Preps the column load for the given report.
| |
| LoadColumns3 |
Preps the column load for the given report.
| |
| LoadFilters |
Loads the filter list from the current filters.
| |
| LoadFilters(Boolean) |
Loads the filter list from the current filter.
| |
| LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) | |
| LoadReports1 |
Loads the report list for the given filter.
| |
| LoadReports2 |
Loads the report list for the given filter.
| |
| LoadReports3 |
Loads the report list for the given filter.
| |
| Page_Error |
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).) | |
| Page_Load |
Standard Page_Load entrance method.
(Overrides BasePageStandard Page_Load(Object, EventArgs).) | |
| PrepForm |
Prepares the form for use.
| |
| PrepForm(Boolean) |
Prepares the form for use.
| |
| PrepNewForm |
Prepares the form for use.
| |
| RefreshList |
Refreshed the current page, handle all dynamic html here.
| |
| RunAppLogLogin |
Async execution of the app login method.
(Inherited from BasePageStandard.) | |
| RunAppLogLogout |
Async execution of the app logout method.
(Inherited from BasePageStandard.) | |
| RunAppLogPage |
Async execution of the app page method.
(Inherited from BasePageStandard.) | |
| SetSession | (Inherited from BasePageStandard.) | |
| ShowNoColumnsForm |
Show the no column form.
| |
| ShowNoFiltersForm |
Hides all forms and shows the no filters form.
| |
| ShowNoReportsForm |
Hides all forms and shows the no reports form.
| |
| ShowReportForm |
Hides all forms and shows the regular report form.
| |
| ShowReportManagePanel |
Shows the manage statistic panel.
| |
| ShowReportManagePanelPassive |
Shows the manage statistic panel. Does not call BuildForm.
| |
| ShowReportPreviewPanel |
Shows the filter preview panel.
| |
| ShowReportPreviewPanelPassive |
Shows the report preview window but doesn't call rebuild form.
| |
| ToggleReportManage |
Toggle the filter manage button text.
| |
| ToggleReportPreview |
Toggles the report preview control.
| |
| txtTitle_TextChanged |
Event handler for the title text field.
| |
| UpdateShowManageText |
Updates the text on the 'Manage On' toggle button.
| |
| UpdateShowPreviewText |
Updates the text on the 'Preview On' toggle button.
|
Fields
| Name | Description | |
|---|---|---|
| bnp |
bnp control.
| |
| btnCsv |
btnCsv control.
| |
| btnManageToggle |
btnManageToggle control.
| |
| btnPreviewToggle |
btnPreviewToggle control.
| |
| btnRefresh |
btnRefresh control.
| |
| btnSaveView |
btnSaveView control.
| |
| btnSql |
btnSql control.
| |
| btnTab |
btnTab control.
| |
| btnXls |
btnXls control.
| |
| Button1 |
Button1 control.
| |
| Button2 |
Button2 control.
| |
| color1 | ||
| color2 | ||
| color3 | ||
| color4 | ||
| color5 | ||
| color6 | ||
| color7 | ||
| dChart |
dChart control.
| |
| ddlFilter1 |
ddlFilter1 control.
| |
| ddlFilter2 |
ddlFilter2 control.
| |
| ddlFilter3 |
ddlFilter3 control.
| |
| ddlLabels1 |
ddlLabels1 control.
| |
| ddlLabels2 |
ddlLabels2 control.
| |
| ddlLabels3 |
ddlLabels3 control.
| |
| ddlReport1 |
ddlReport1 control.
| |
| ddlReport2 |
ddlReport2 control.
| |
| ddlReport3 |
ddlReport3 control.
| |
| ddlXaxis1 |
ddlXaxis1 control.
| |
| ddlXaxis2 |
ddlXaxis2 control.
| |
| ddlXaxis3 |
ddlXaxis3 control.
| |
| ddlYaxis1 |
ddlYaxis1 control.
| |
| ddlYaxis2 |
ddlYaxis2 control.
| |
| ddlYaxis3 |
ddlYaxis3 control.
| |
| dvLabels1 |
dvLabels1 control.
| |
| dvLabels2 |
dvLabels2 control.
| |
| dvLabels3 |
dvLabels3 control.
| |
| dvManage |
dvManage control.
| |
| dvManageInner |
dvManageInner control.
| |
| dvPreview |
dvPreview control.
| |
| dvReport |
dvReport control.
| |
| dvReport1 |
dvReport1 control.
| |
| dvReport2 |
dvReport2 control.
| |
| dvReport3 |
dvReport3 control.
| |
| dvReportEmptyPreview |
dvReportEmptyPreview control.
| |
| dvReportFilterPreview |
dvReportFilterPreview control.
| |
| dvReportNoColumns |
dvReportNoColumns control.
| |
| dvReportNoFilters |
dvReportNoFilters control.
| |
| dvReportNoReports |
dvReportNoReports control.
| |
| dvReportStatPreview |
dvReportStatPreview control.
| |
| dvXaxis1 |
dvXaxis1 control.
| |
| dvXaxis2 |
dvXaxis2 control.
| |
| dvXaxis3 |
dvXaxis3 control.
| |
| dvYaxis1 |
dvYaxis1 control.
| |
| dvYaxis2 |
dvYaxis2 control.
| |
| dvYaxis3 |
dvYaxis3 control.
| |
| fhp |
fhp control.
| |
| fileName |
The current page as a file name.
(Inherited from BasePageStandard.) | |
| fileNameShort |
The current page as a file name with no extension.
(Inherited from BasePageStandard.) | |
| filterName |
Represents the current filter's name.
| |
| filterQueryAsHtml |
Represents the core filter criteria as a literal SQL statement.
| |
| forceNoColumnTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoDataTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoReportTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| Form1 |
Form1 control.
| |
| ignoreInjection |
Ignore the injection checks while true.
(Inherited from BasePageStandard.) | |
| ignoreTimeout |
If set to true ignores timeout processing and redirection.
(Inherited from BasePageStandard.) | |
| IS_POSTBACK | (Inherited from BasePageStandard.) | |
| isLoggedIn |
Is set to true if the user is currently logged in.
(Inherited from BasePageStandard.) | |
| isPassThrough |
Used to indicate that the web page is in pass through mode.
| |
| key |
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.) | |
| lblFilter1 |
lblFilter1 control.
| |
| lblFilter2 |
lblFilter2 control.
| |
| lblFilter3 |
lblFilter3 control.
| |
| lblLabels1 |
lblLabels1 control.
| |
| lblLabels2 |
lblLabels2 control.
| |
| lblLabels3 |
lblLabels3 control.
| |
| lblReport1 |
lblReport1 control.
| |
| lblReport2 |
lblReport2 control.
| |
| lblReport3 |
lblReport3 control.
| |
| lblRowCount1 |
lblRowCount1 control.
| |
| lblRowCount2 |
lblRowCount2 control.
| |
| lblRowCount3 |
lblRowCount3 control.
| |
| lblTitle |
lblTitle control.
| |
| lblXaxis1 |
lblXaxis1 control.
| |
| lblXaxis2 |
lblXaxis2 control.
| |
| lblXaxis3 |
lblXaxis3 control.
| |
| lblYaxis1 |
lblYaxis1 control.
| |
| lblYaxis2 |
lblYaxis2 control.
| |
| lblYaxis3 |
lblYaxis3 control.
| |
| MAX_LENGEND_KEY_LEN |
The maximum number of characters allows in a legend key.
| |
| MAX_VALUES |
The maximum number of values a column can have to represent as a pie chart.
| |
| maxBulkExpRows |
The maximum number of rows supported in a bulk export operation/
(Inherited from BasePageStandard.) | |
| maxExpRows |
Sets the maximum number of rows donwloads will be supported on.
(Inherited from BasePageStandard.) | |
| maxJsonCols |
The maximum number of JSON columns supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxJsonRows |
The maximum number of JSON rows supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxRowReturn |
Sets the maximum row return for the data grid view.
(Inherited from BasePageStandard.) | |
| maxToolRows |
The maximum number of rows allowed in complex tools.
(Inherited from BasePageStandard.) | |
| message |
message control.
| |
| mfp |
mfp control.
| |
| mmp |
mmp control.
| |
| MSG | (Inherited from BasePageStandard.) | |
| pageFeaturePerms |
List of features permissions granted by page.
(Inherited from BasePageStandard.) | |
| pageIntro |
pageIntro control.
| |
| queryAsHtml |
Represents the core select criteria as a literal SQL statement.
| |
| rootDir |
THe current parent directory of the page.
(Inherited from BasePageStandard.) | |
| rowsFound1 |
Represents the number of rows found for the given report.
| |
| rowsFound2 |
Represents the number of rows found for the given report.
| |
| rowsFound3 |
Represents the number of rows found for the given report.
| |
| rUrl |
The current URL of this page.
(Inherited from BasePageStandard.) | |
| rUrlLower |
The current URL of this page in lowercase form.
(Inherited from BasePageStandard.) | |
| Scriptmanager1 |
Scriptmanager1 control.
| |
| Session |
Static self reference to the current Session.
New keyword lets the system know we are intentionally overriding the Session.
(Inherited from BasePageStandard.) | |
| sessionPrefix |
Stores the local page's session prefix, used for advanced session management.
(Inherited from BasePageStandard.) | |
| showManage |
Returns true if the show manage window is on.
| |
| showPreview |
Returns true is the show preview window is on.
| |
| svc |
A P4S3 Web Service client.
(Inherited from BasePageStandard.) | |
| tempDir |
The local temp directory for this web application.
(Inherited from BasePageStandard.) | |
| txtTitle |
txtTitle control.
| |
| userId |
The active userId.
(Inherited from BasePageStandard.) | |
| userRoleId |
The current user's role id.
(Inherited from BasePageStandard.) |
See Also