DashboardObjectExportBehaviour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the export behaviour for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjectExportBehaviourEnum ExportBehaviour { get; set; }
Public Property ExportBehaviour As DashboardObjectExportBehaviourEnum
Get
Set
public:
virtual property DashboardObjectExportBehaviourEnum ExportBehaviour {
DashboardObjectExportBehaviourEnum get () sealed;
void set (DashboardObjectExportBehaviourEnum value) sealed;
}
function get_ExportBehaviour();
function set_ExportBehaviour(value);
Property Value
Type:
DashboardObjectExportBehaviourEnumA value that indicates the export behaviour for this object
Return Value
Type:
DashboardObjectExportBehaviourEnumA value that indicates the export behaviour for this object
Remarks Object will be exported when the query relating to the object is refreshed by the service
See Also