PrintSelectionBaseController Fields
An ObjectViewController that provides the PrintSelectionBaseController.ShowInReportAction used to execute In-Place Reports.| Name | Description |
|---|---|
| ActiveKeyControlsCreated | The name of the key that activates the PrintSelectionBaseController.ShowInReportAction when the current View’s controls are created. |
| ActiveKeyDisableActionWhenThereAreChanges | The name of the key that deactivates the PrintSelectionBaseController.ShowInReportAction when the data is modified in the current View. |
| ActiveKeyDisableForLookupListView | The name of the key that deactivates the PrintSelectionBaseController.ShowInReportAction in lookup List Views. |
| ActiveKeyInplaceReportsAreEnabledInModule | The name of the key that activates the PrintSelectionBaseController.ShowInReportAction when the use of inplace reports is enabled via the ReportsModuleV2.EnableInplaceReports property. |
| ActiveKeyObjectHasKeyMember | The name of the key that deactivates the PrintSelectionBaseController.ShowInReportAction when the current View’s object type has no key member. |
| ActiveKeyViewSupportsSelection | The name of the key that activates the PrintSelectionBaseController.ShowInReportAction when the current View supports selection. |
| ControllerActiveKey static | Specifies one of the keys from the ActionBase.Active collection of a Controller‘s Controller.Actions. By default, this field value is “Controller active”. You can use this field when working with the ActionBase.Active collection. Inherited from Controller. |
| ShowInReportActionEnableModeDefault static | Specifies the default value of the PrintSelectionBaseController.ShowInReportActionEnableMode property. |
| ViewIsAssignedReason static | Specifies the Controller.Active list’s reason that indicates whether a View is assigned to the current ViewController. Inherited from ViewController. |
See Also