Я создаю отчет в SSRS из Visual Studio, создавая файл xml в VB.
При попытке отобразить ошибку ниже.
An Error Occurred during local report processing.
The definition of the report " is invalid.
The ColSpan of the tablix 'tablixReporttabledata' has an invalid value. The ColSpan must be 0, if the TablixCell has no CellContents; or greater than 0, if TableCell has CellContents.
Я пытался удалить ColSpan изxml, но после этого я получаю сообщение об ошибке ниже:
An Error Occurred during local report processing.
The definition of the report " is invalid.
The tablix "tablixReporttableData" has an incorrect number of Tablixcells. The number of TablixCells in a TablixRow must equal the number of innermost TablixMembers(TablixMembers with no submembers) in the TableColumnHierarchy.
Я новичок в SSRS, пожалуйста, помогите или объясните мне шаги, которые могут помочь мне решить проблему.