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

In This Topic
    MultiSheet Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets a value indicating whether to generate single-sheet or multiple sheets in the XLS document.
    Syntax
    'Declaration
     
    Public Property MultiSheet As BoolDefaultExportSetting
    public BoolDefaultExportSetting MultiSheet {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether multiple sheets are used.
    See Also