DashboardObject. ExportBehaviour 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)
Syntaxpublic DashboardObject. ExportBehaviourEnum ExportBehaviour { get; set; }
Public Property ExportBehaviour As DashboardObject. ExportBehaviourEnum
Get
Set
public:
virtual property DashboardObject. ExportBehaviourEnum ExportBehaviour {
DashboardObject. ExportBehaviourEnum get () sealed;
void set (DashboardObject. ExportBehaviourEnum value) sealed;
}
function get_ExportBehaviour();
function set_ExportBehaviour(value);
Property Value
Type:
DashboardObject.ExportBehaviourEnumA value that indicates the export behaviour for this object
Return Value
Type:
DashboardObject.ExportBehaviourEnumA value that indicates the export behaviour for this object
RemarksObject will be exported when the query relating to the object is refreshed by the service
See Also