DashboardObjectExportLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a location on the server to save an export of this document to
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ExportLocation { get; set; }
Public Property ExportLocation As String
Get
Set
public:
virtual property String^ ExportLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ExportLocation();
function set_ExportLocation(value);
Property Value
Type:
StringA location on the server to save an export of this document to
Return Value
Type:
StringA location on the server to save an export of this document to
Remarks See Also