DataPA Enterprise Dashboard Controls API Reference
Set this to TRUE to export the current item, FALSE to skip it.

Namespace: DataPAClientConfig
Assembly: 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);
}

Property Value

Type: Boolean

Return Value

Type: Boolean

Remarks