DashboardObjectExportFileExtension Property |
|
DataPA OpenAnalytics API Reference
Gets the file extension that matches the current export document type
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ExportFileExtension { get; }
Public ReadOnly Property ExportFileExtension As String
Get
public:
virtual property String^ ExportFileExtension {
String^ get () sealed;
}
function get_ExportFileExtension();
Property Value
Type:
StringThe file extension that matches the current export document type
Return Value
Type:
StringThe file extension that matches the current export document type
Remarks See Also