DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Set this to TRUE to export the current item, FALSE to skip it.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public bool ExportItem { get; set; } |
| Visual Basic |
|---|
Public Property ExportItem As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ExportItem { bool get (); void set (bool value); } |