Skip to main content
A newer version of this page is available. .

DashboardItemExportOptions(DocumentContentExportOptions) Constructor

Initializes a new instance of the DashboardItemExportOptions class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.WebForms.dll

Declaration

public DashboardItemExportOptions(
    DocumentContentExportOptions options
)

Parameters

Name Type Description
options DocumentContentExportOptions

A DocumentContentExportOptions containing options specific to exporting additional content.

See Also