Class ExcelLayoutOptions
Specifies the rendering layout of the excel export.
Inheritance
System.Object
ExcelLayoutOptions
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public sealed class ExcelLayoutOptions : Enum
Fields
Default
Uses the default behaviour of SSRS layering format.
Declaration
public const ExcelLayoutOptions Default
Field Value
Type | Description |
---|---|
ExcelLayoutOptions |
IgnoreCellMerge
Removes the tiny column/row cell merges and does not maintains the actual design layout.
Declaration
public const ExcelLayoutOptions IgnoreCellMerge
Field Value
Type | Description |
---|---|
ExcelLayoutOptions |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |