QuerySkipExport Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the export screen should be skipped in the rubn query wizard
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SkipExport { get; set; }
Public Property SkipExport As Boolean
Get
Set
public:
virtual property bool SkipExport {
bool get () sealed;
void set (bool value) sealed;
}
function get_SkipExport();
function set_SkipExport(value);
Return Value
Type:
BooleanTrue if the export screen should be skipped in the rubn query wizard
See Also