Class ExportMenuSettings
Inheritance
System.Object
    ExportMenuSettings
  Namespace: FastReport.Web
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ExportMenuSettings
  Properties
All
Get an instance of ExportMenuSettings with all exports
Declaration
public static ExportMenuSettings All { get; }
  Property Value
| Type | Description | 
|---|---|
| ExportMenuSettings | 
Color
Used to change window, buttons color in export settings.
Declaration
public Color Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
Default
Get an instance of ExportMenuSettings with default exports
Default : Prepared, Pdf, Excel2007, Word2007, Text, Rtf, Xps, Ods, Odt, XmlExcel, Csv
Declaration
public static ExportMenuSettings Default { get; }
  Property Value
| Type | Description | 
|---|---|
| ExportMenuSettings | 
EnableSettings
Used to on/off export settings.
Declaration
public bool EnableSettings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ExportTypes
Used to set exports in toolbar.
Declaration
public Exports ExportTypes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Exports | 
FontColor
Used to change font color in export settings.
Declaration
public Color FontColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
FontSettings
Used to change font family, style in export settings.
Declaration
public Font FontSettings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Font | 
PinnedSettingsPosition
If enabled, the container with the settings will be fixed on the screen and will be in the foreground.
Declaration
public bool PinnedSettingsPosition { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
Default value: false
Show
Show Exports menu
Declaration
public bool Show { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ShowPreparedReport
Switch a visibility of prepared report export in toolbar
Declaration
public bool ShowPreparedReport { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |