The ReportBuilder type exposes the following members.
Back to Top
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.) |
![]() | btnManageToggle_Click |
Toggles the manage reports link button.
|
![]() | btnPreviewToggle_Click |
Toggles the preview window for this filter builder form.
|
![]() | btnRefresh_Click |
Does nothing except force a postback.
|
![]() | btnSaveRefresh_Click |
Refreshes the page with a clean page load.
|
![]() | btnStep1Cancel_Click |
Event handler for the cancel button on the step1 form.
|
![]() | btnStep1Next_Click |
Event handler for the next button on the step1 form.
|
![]() | btnStep2Cancel_Click |
Step two cancel button.
|
![]() | btnStep2Next_Click |
Step two next button.
|
![]() | btnStep3Cancel_Click |
Step three cancel button.
|
![]() | btnStep3Next_Click |
Step three save button.
|
![]() | btnStep3Skip_Click |
Step three skip button.
|
![]() | btnStep4Cancel_Click |
Step four cancel button.
|
![]() | btnStep4Save_Click |
Step four save button.
|
![]() | BuildForm |
Builds the dynamic form.
|
![]() | 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.) |
![]() | CheckPermissions |
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.) |
![]() | GenerateFilterBuilderPassThroughData |
Generates a filter builder pass through data object.
|
![]() | GenerateSaveValuesStep1 |
Generate all the values needed to perform a step1 save on this report.
|
![]() | GenerateSaveValuesStep2 |
Generate all the values needed to perform a step2 save on this report.
|
![]() | GenerateSaveValuesStep3 |
Generate all the values needed to perform a step3 save on this report.
|
![]() | GenerateStatisticBuilderPassThroughData |
Generates a statistic builder pass through data object.
|
![]() | 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.) |
![]() | GetReportBuilderTitle |
Returns the proper title for the current form mode.
|
![]() | HasPagePerm |
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.) |
![]() | HideEditMsg |
Hides the edit filter message.
|
![]() | 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.
|
![]() | InsertNewReportStep1 |
Inserts a new filter record into the database.
|
![]() | IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) |
![]() | LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) |
![]() | Page_Error |
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).) |
![]() | Page_Load |
Calls Page_Load from base class, BasePageStandard.
(Overrides BasePageStandard Page_Load(Object, EventArgs).) |
![]() | PrepEditForm |
Loads the filter stored in the session and builds a form based on the filter contents.
|
![]() | PrepNewForm |
Override OnInit method to add dynamic home menu drop down lists.
|
![]() | ProcessReportCalcConfig |
Processes the calculation config entries for the given report calculation.
|
![]() | ProcessReportSaveStep1 |
Overloaded method version defaults to autoSave = false;
|
![]() | ProcessReportSaveStep1(Boolean) |
Saves the data received in the step1 form.
|
![]() | ProcessReportSaveStep2 |
Overloaded method version defaults to autoSave = false;
|
![]() | ProcessReportSaveStep2(Boolean) |
Saves the data received in the step2 form.
|
![]() | ProcessReportSaveStep3 |
Overloaded method version defaults to autoSave = false;
|
![]() | ProcessReportSaveStep3(Boolean) |
Saves the data received in the step3 form.
|
![]() | ProcessTableJoinSave |
Process the table join form save.
|
![]() | ProcessTableSortSave |
Process saving the table sort form save.
|
![]() | ProcessTableTopSave |
Process the table select top form save.
|
![]() | RefreshList |
Rebuilds the list data from the post back info
|
![]() | reportPassThroughTest_Click |
Test event handler that drives the pass through mode of this page.
|
![]() | 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.) |
![]() | ShowCantSaveForm |
Displays the cant save version of this page.
If no filters are avtice this form is visible.
|
![]() | ShowEditMsg |
Shows the edit filter message, lets end users know they are editing an existing filter.
|
![]() | 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.
|
![]() | ShowReportStep1Form |
Shows the step1 form, hides all other forms.
|
![]() | ShowReportStep2Form |
Shows the step2 form, hides all other forms.
|
![]() | ShowReportStep3Form |
Shows the step3 form, hides all other forms.
|
![]() | ShowReportStep4Form |
Shows the step4 form, hides all other forms.
|
![]() | ShowStepForm |
Displays the proper form for each step.
|
![]() | ToggleReportManage |
Toggle the filter manage button text.
|
![]() | ToggleReportPreview |
Toggles the report preview control.
|
![]() | UpdateExistingReportStep1 |
Updates an existing filter record in the database.
|
![]() | UpdateExistingReportStep2 |
Updates an existing report record in the database.
|
![]() | UpdateExistingReportStep3 |
Updates an existing report record in the database.
|
![]() | UpdateShowManageText |
Updates the text on the 'Manage On' toggle button.
|
![]() | UpdateShowPreviewText |
Updates the text on the 'Preview On' toggle button.
|
![]() | ValidateTableSort |
Validates the table sort form.
|
![]() | ValidateTableTop |
Validates the table top form.
|
See Also