[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.BaseExportSettings

BaseExportSettings Class

Represents the base class for export settings, implementing JSON serialization capabilities.

Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseExportSettings

Constructors

Name Description
BaseExportSettings()

Properties

Name Description
FileName

Gets or sets the file name for the exported file is downloaded.

Methods

Name Description
ToJson()

Converts the current instance to a JSON string.

ToString()

Returns this instance of StringDefaultExportSetting converted to a string.