Skip to main content

DashboardItemExportOptions(DocumentContentExportOptions) Constructor

Initializes a new instance of the DashboardItemExportOptions class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

public DashboardItemExportOptions(
    DocumentContentExportOptions options
)

Parameters

Name Type Description
options DocumentContentExportOptions

A DocumentContentExportOptions containing options specific to exporting additional content.

See Also