Skip to main content
All docs
V23.2

ExportResultItem(String, String) Constructor

Initializes a new instance of the ExportResultItem class with specified settings.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public ExportResultItem(
    string fileName,
    string contentType
)

Parameters

Name Type
fileName String
contentType String
See Also