CrosstabAnalysisTool MethodsA Sandcastle Documented Class Library
The CrosstabAnalysisTool type exposes the following members.
Methods

  NameDescription
Public methodAppLogLogin
Simplified method for logging application login attempts.
(Inherited from BasePageStandard.)
Public methodAppLogLogout
Simplified method for logging application logout attempts.
(Inherited from BasePageStandard.)
Public methodAppLogPage
Simplified method for logging application page access.
(Inherited from BasePageStandard.)
Private methodBindChartData
Binds form data to the grid.
Protected methodbtnCsv_Click
Processes a download CSV request.
Protected methodbtnRefresh_Click
Refreshes this page with a clean new load.
Protected methodbtnRender_Click
Handles running the crosstab render routine on button click event.
Protected methodbtnSaveView_Click
Event handler for the save button. Saves the view configuration for the page and report.
Protected methodbtnSql_Click
Returns a query result packet for this report query.
Protected methodbtnTab_Click
Processes a download TAB request.
Protected methodbtnXls_Click
Processes a download XLS request.
Private methodBuildForm
Builds any dynamic aspects of the form for display.
Protected methodcbRemoveEmpty_CheckedChanged
Handles setting the remove empty rows/columns boolean flag in the session.
Protected methodcbRemoveNull_CheckedChanged
Handle a change in the remove nulls checkbox.
Protected methodcbRemoveOther_CheckedChanged
Handle a change in the remove others checkbox.
Protected methodcbRemoveUnknown_CheckedChanged
Handles a change in the remove unknowns checkbox.
Public methodCheckForExpiration
Checks to see if the given user account is expired or not
(Inherited from BasePageStandard.)
Public methodCheckForInjection
Checks for sql statements in queries.
(Inherited from BasePageStandard.)
Public methodCheckPagePermission
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
(Inherited from BasePageStandard.)
Private methodCheckPassThrough
Checks the session for a pass through request.
Public methodCheckPermissions
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.)
Protected methodddlColumnHeaderColumn1_SelectedIndexChanged
Column entry 1, column.
Protected methodddlColumnHeaderColumn2_SelectedIndexChanged
Column entry 2, column.
Protected methodddlColumnHeaderColumn3_SelectedIndexChanged
Column entry 3, column.
Protected methodddlColumnHeaderTable1_SelectedIndexChanged
Column entry 1, table.
Protected methodddlColumnHeaderTable2_SelectedIndexChanged
Column entry 2, table.
Protected methodddlColumnHeaderTable3_SelectedIndexChanged
Column entry 3, table.
Protected methodddlRowHeaderColumn1_SelectedIndexChanged
Row entry 1, column.
Protected methodddlRowHeaderColumn2_SelectedIndexChanged
Row entry 2, column.
Protected methodddlRowHeaderColumn3_SelectedIndexChanged
Row entry 3, column.
Protected methodddlRowHeaderTable1_SelectedIndexChanged
Row entry 1, table.
Protected methodddlRowHeaderTable2_SelectedIndexChanged
Row entry 2, table.
Protected methodddlRowHeaderTable3_SelectedIndexChanged
Row entry 3, table.
Protected methodddlStartingColumnHeader_SelectedIndexChanged
Handle a change in the starting column header.
Protected methodddlStartingRowHeader_SelectedIndexChanged
Handle a change in the starting row header.
Private methodDisableExports
Private methodEnableExports
Private methodFailPassThrough
Fails the pass through request, writes a txt file to mark the failure.
Private methodFindDataRow
Private methodFindStartIdx
Protected methodGetActiveFilter
Returns the active filter from the filter object manager if there is one.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterActiveReport
Returns the ReportObj if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterActiveStat
Returns the ReportObj if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterId
Returns the active filter's filter ID.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterReportAt
Returns the active filter's report at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetActiveFilterStatAt
Returns the active filter's statistic at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportId
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportIndex
Returns the active report index.
(Inherited from BasePageStandard.)
Protected methodGetActiveReportIndexStr
Returns the active report index as a string.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatId
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatIndex
Returns the active report index.
(Inherited from BasePageStandard.)
Protected methodGetActiveStatIndexStr
Returns the active report index as a string.
(Inherited from BasePageStandard.)
Public methodGetAdminUserRole
Returns the Admin user role id as a string.
(Inherited from BasePageStandard.)
Protected methodGetFilterObjManager
Returns the filter object manager.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilter
Returns true if there is an active filter.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterActiveReport
Returns true if there is an active filter with a report at the Session stored index 'reportIndex'.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterActiveStat
Returns true if there is an active filter with a stat at the Session stored index 'statIndex'.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterReportAt
Returns true if there is an active filter with a report at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetHasActiveFilterStatAt
Returns true if there is an active filter with a stat at the provided index.
(Inherited from BasePageStandard.)
Protected methodGetHasFilterObjManager
Returns true if there is a current filter object manager.
(Inherited from BasePageStandard.)
Public methodGetP4sPsmsUserRole
Returns the P4s Psms user role id as a string.
(Inherited from BasePageStandard.)
Public methodHasPagePerm
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.)
Private methodHideReportForm
Hides the report form.
Protected methodIsLoggedIn
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.)
Private methodLoadColumnHeaderColumn1
Private methodLoadColumnHeaderColumn2
Private methodLoadColumnHeaderColumn3
Private methodLoadData
Public methodLoadPageFeaturePerms
Loads all the feature perms for this page.
(Inherited from BasePageStandard.)
Private methodLoadParsedData
Private methodLoadRowHeaderColumn1
Private methodLoadRowHeaderColumn2
Private methodLoadRowHeaderColumn3
Private methodLoadTables 
Private methodLoadTables(Boolean)
Protected methodPage_Error
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).)
Protected methodPage_Load
Standard Page_Load entrance method.
(Overrides BasePageStandard Page_Load(Object, EventArgs).)
Private methodPrepForm 
Prepares the form for use.
Private methodPrepForm(Boolean)
Prepares the form for use.
Private methodPrepNewForm
Prepares the form for use.
Private methodRefreshList
Refreshed the current page, handle all dynamic html here.
Public methodRunAppLogLogin
Async execution of the app login method.
(Inherited from BasePageStandard.)
Public methodRunAppLogLogout
Async execution of the app logout method.
(Inherited from BasePageStandard.)
Public methodRunAppLogPage
Async execution of the app page method.
(Inherited from BasePageStandard.)
Private methodSetSession (Inherited from BasePageStandard.)
Private methodShowNoColumnsForm
Shows the no columns found form.
Private methodShowNoDataForm
Hides all forms and shows the no data form.
Private methodShowNoFiltersForm
Hides all forms and shows the no filters form.
Private methodShowReportForm
Hides all forms and shows the regular report form.
Back to Top
See Also