The ReportBuilder type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ReportBuilder | Initializes a new instance of the ReportBuilder 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.) |
![]() | 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.
|
Fields
Name | Description | |
---|---|---|
![]() | autoSave |
Controls the auto save feature of this form.
|
![]() | bnp |
bnp control.
|
![]() | btnSaveRefresh |
btnSaveRefresh control.
|
![]() | btnStep1Cancel |
btnStep1Cancel control.
|
![]() | btnStep1ManageToggle |
btnStep1ManageToggle control.
|
![]() | btnStep1Next |
btnStep1Next control.
|
![]() | btnStep1PreviewToggle |
btnStep1PreviewToggle control.
|
![]() | btnStep1Refresh |
btnStep1Refresh control.
|
![]() | btnStep2Cancel |
btnStep2Cancel control.
|
![]() | btnStep2ManageToggle |
btnStep2ManageToggle control.
|
![]() | btnStep2Next |
btnStep2Next control.
|
![]() | btnStep2PreviewToggle |
btnStep2PreviewToggle control.
|
![]() | btnStep2Refresh |
btnStep2Refresh control.
|
![]() | btnStep3Cancel |
btnStep3Cancel control.
|
![]() | btnStep3ManageToggle |
btnStep3ManageToggle control.
|
![]() | btnStep3Next |
btnStep3Next control.
|
![]() | btnStep3PreviewToggle |
btnStep3PreviewToggle control.
|
![]() | btnStep3Refresh |
btnStep3Refresh control.
|
![]() | btnStep3Skip |
btnStep3Skip control.
|
![]() | btnStep4Cancel |
btnStep4Cancel control.
|
![]() | btnStep4Save |
btnStep4Save control.
|
![]() | cbOverwrite |
cbOverwrite control.
|
![]() | cbReportPublic |
cbReportPublic control.
|
![]() | dvEditReportMsg |
dvEditReportMsg control.
|
![]() | dvJoinInstr |
dvJoinInstr control.
|
![]() | dvManage |
dvManage control.
|
![]() | dvManageInner |
dvManageInner control.
|
![]() | dvPanelHolder |
dvPanelHolder control.
|
![]() | dvPanelHolderSort |
dvPanelHolderSort control.
|
![]() | dvPreview |
dvPreview control.
|
![]() | dvReportCantSaveControls |
dvReportCantSaveControls control.
|
![]() | dvReportEmptyPreview |
dvReportEmptyPreview control.
|
![]() | dvReportFilterPreview |
dvReportFilterPreview control.
|
![]() | dvReportStatPreview |
dvReportStatPreview control.
|
![]() | dvReportStep1 |
dvReportStep1 control.
|
![]() | dvReportStep2 |
dvReportStep2 control.
|
![]() | dvReportStep3 |
dvReportStep3 control.
|
![]() | dvReportStep4 |
dvReportStep4 control.
|
![]() | dvSortInstr |
dvSortInstr control.
|
![]() | dvStep1Overwrite |
dvStep1Overwrite control.
|
![]() | dvStep1PanelHolder |
dvStep1PanelHolder 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 |
Holds the name of the current filter.
|
![]() | filterQueryAsHtml |
Stores the html version of the current report's filter clause.
|
![]() | 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.
|
![]() | formMode |
Holds the current form mode, loaded from the session.
|
![]() | 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.) |
![]() | key |
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.) |
![]() | lblTables |
lblTables control.
|
![]() | logging |
Controls logging on this page.
|
![]() | 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 |
Stores the html version of the current report.
|
![]() | reportPassThroughTest |
reportPassThroughTest control.
|
![]() | rootDir |
THe current parent directory of the page.
(Inherited from BasePageStandard.) |
![]() | 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 |
Controls the use of the show manage button.
|
![]() | showPreview |
Controls the use of the show preview button.
|
![]() | svc |
A P4S3 Web Service client.
(Inherited from BasePageStandard.) |
![]() | tempDir |
The local temp directory for this web application.
(Inherited from BasePageStandard.) |
![]() | txtReportDesc |
txtReportDesc control.
|
![]() | txtReportName |
txtReportName control.
|
![]() | txtTop |
txtTop control.
|
![]() | upPanel1 |
upPanel1 control.
|
![]() | userId |
The active userId.
(Inherited from BasePageStandard.) |
![]() | userRoleId |
The current user's role id.
(Inherited from BasePageStandard.) |
![]() | WaitingPopup1 |
WaitingPopup1 control.
|
See Also