DashboardObjectExportDocumentType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates what document type will be used to export this object on the server
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjectExportDocumentTypeEnum ExportDocumentType { get; set; }
Public Property ExportDocumentType As DashboardObjectExportDocumentTypeEnum
Get
Set
public:
virtual property DashboardObjectExportDocumentTypeEnum ExportDocumentType {
DashboardObjectExportDocumentTypeEnum get () sealed;
void set (DashboardObjectExportDocumentTypeEnum value) sealed;
}
function get_ExportDocumentType();
function set_ExportDocumentType(value);
Property Value
Type:
DashboardObjectExportDocumentTypeEnumA value that indicates what document type will be used to export this object on the server
Return Value
Type:
DashboardObjectExportDocumentTypeEnumA value that indicates what document type will be used to export this object on the server
Remarks See Also