Name | Description | |
---|---|---|
Caption | Gets the name of the Module. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
Current | Returns a reference to the current report module in the application. There is only one report module. |
The following tables list the members exposed by ReportsModule.
Name | Description | |
---|---|---|
Caption | Gets the name of the Module. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
Current | Returns a reference to the current report module in the application. There is only one report module. |
Name | Description | |
---|---|---|
ID | Gets the DAML identifier. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) |
Name | Description | |
---|---|---|
GetSuggestedCMDIDs | Gets the set of Search Suggestion IDs. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) |
Name | Description | |
---|---|---|
CanCopyAsync | Modules are constantly polled giving them the opportunity to enable the application's Copy button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanCopyPathAsync | Modules are constantly polled giving them the opportunity to enable the application's Copy Path button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanCutAsync | Modules are constantly polled giving them the opportunity to enable the application's Cut button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanDeleteAsync | Modules are constantly polled giving them the opportunity to enable the application's Delete button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanDuplicateAsync | Modules are constantly polled giving them the opportunity to enable the application's Duplicate button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanPasteAsync | Modules are constantly polled giving them the opportunity to enable the application's Paste button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanPasteSpecialAsync | Modules are constantly polled giving them the opportunity to enable the application's PasteSpecial button. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CanUnload | When overridden in a derived class, a Module can return that it can't be unloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CopyAsync | Called when the Copy command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CopyPathAsync | Called when the CopyPath command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
CutAsync | Called when the Cut command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
DeleteAsync | Called when the Delete command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
DuplicateAsync | Called when the Duplicate command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
ExecuteCommand | Override this method to allow users to execute DAML commands specified in this module. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
ExecuteCommandArgs | Override this method to allow users to execute DAML commands specified in this module. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
Initialize | Overridden. Called by framework to initialize the report module. | |
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
OnPaneActivated | Overridden. Called by the Framework when a Pane is activated. | |
OnPaneClosed | Overridden. Called by the Framework when a Pane is closed. | |
OnPaneClosing | Overridden. Called by the Framework when one of the Module's Pane is about to close. | |
OnPaneDeactivated | Overridden. Called by the Framework when a Pane is deactivated. | |
OnPaneOpened | Overridden. Called by the Framework when a new Pane is opened. This occurs after the pane has been fully initialized. | |
OnReadSettingsAsync | Override this method to read custom settings written to the current project. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
OnUpdate | Called periodically by the framework once the module has been loaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
OnWriteSettingsAsync | Override this method to write custom settings to the current project when it is saved. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
PasteAsync | Called when the Paste command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
PasteSpecialAsync | Called when the PasteSpecial command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Module) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
Uninitialize | Overridden. Called by the framework to uninitialize the report module. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |