ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsFullExportSettings Class / SheetMode Property

In This Topic
    SheetMode Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets the sheet mode that indicating how to split the report content into sheets.
    Syntax
    'Declaration
     
    Public Property SheetMode As EnumDefaultExportSetting(Of SheetMode)
    public EnumDefaultExportSetting<SheetMode> SheetMode {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the sheet mode.
    See Also