DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The type of file dialog operation a FileDialogEventArgs object is associated with.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public enum FileOperationType |
Visual Basic |
---|
Public Enumeration FileOperationType |
Visual C++ |
---|
public enum class FileOperationType |
Members
Member name | Value | Description | |
---|---|---|---|
SaveDashboard | 0 | The DashboardDesigner class is about to show the Save File dialog to save a dashboard. | |
ExportDataGridContents | 1 | The DashboardDesigner class is about to show the Save File dialog to export the contents of a data grid. | |
ShareQuery | 2 | The DashboardDesigner class is about to show the Save File dialog to share a query. |