Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6545629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:36:32+00:00 2026-05-25T11:36:32+00:00

When I export from Crystal Reports, any fields that are marked as Can Grow

  • 0

When I export from Crystal Reports, any fields that are marked as Can Grow are merged with an otherwise blank row below them.

This completely messes up my sorting. How can I resolve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:36:33+00:00Added an answer on May 25, 2026 at 11:36 am

    I suggest another way: choose ExportFormatType.ExcelRecord instead of ExportFormatType.Excel. The xls file will be created without formatting.

    If actually the user is exporting report using ReportViewer Toolbar Export button you can:

    • Replace the CrystalReportViewer Control with the ReportExporter Control. It will export the report in the format you choose.

    Or hide Export button from toolbar and put in the page buttons that exports programmatically

    • Call ExportToHttpResponse method

    CrystalReportSource1.ReportDocument.ExportToHttpResponse(ExportFormatType.ExcelRecord, this.Response , false, "report.xls");

    • Call ExportToDisk method

    reportDocument.ExportToDisk(ExportFormatType.ExcelRecord, "report.xls");

    • Export dataset to excel (Look at Ahmed answer)

    You can choose the way that best fits your needs, but you must try if it works with the runtime you use either in development or in release server.

    ExportFormatType.ExcelRecord means that is generated an xls file, without formatting. If you set ExportFormatType.Excel fields that are marked as “Can Grow” are merged with an otherwise blank row below them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I am trying to export a report as CSV format from Crystal Reports
I have a problem with Crystal Reports 8. When exporting a report from my
I have a report that I created with Crystal Reports 2008. This report uses
I have an actionscript file that I am trying to export from Adobe Flash
I am trying to do an automated xml export from an access database using
I have a 2.4 MB XML file, an export from Microsoft Project (hey I'm
What is the best way to import/export data from a Apache Jackrabbit repository? Right
I am trying to use the following code to export tables from access to
We've been given the task by my customer to export data from a legacy
I been working on parsing out bookmarks from an export file generated by google

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.