Как редактировать столбец в команде в Crystal Report?

1335

У меня есть одна проблема, в Команде есть один столбец, длина которого ограничена 255 символами, поэтому, если отображается больше данных, чем 255 символов, он усекается, мне нужно знать, как увеличить длину / размер столбца который создается в разделе команд в отчете Crystal?

Заранее спасибо.

0

1 ответ на вопрос

0
Amal Dev

If you are using a column from the underlying database, then use Verify Database option in crystal report to reflect the changes in the report. If you are using a variable or temp table in the command object it will be taken care automatically. You can verify the size of the column from the context menu shown below which can be brought up by right clicking on the Command in the Field explorer

enter image description here