[]
Gets or sets the sheet mode that indicating how to split the report content into sheets.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<SheetMode> SheetMode { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<SheetMode> | An EnumDefaultExportSetting<T> object representing the sheet mode. |