I am using the List
report item to make a report in visual studio with four report items per page. I am able to get the report to repeat vertically, but not horizontally. Is there a setting I am missing or do I need to do something additional?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You can create a horizontal
List
this way:List
Row Group
item, clickDelete Group
Report Data
window, to data cell of report.Add Group
item inColumn Group
section clickParent Group...
.=RowNumber(Nothing)
as expression of group and clickOK
. (If you have a unique field likeId
, you can choose it from dropdown and in such case you don't need to do step 6)Column Group
item, clickGroup Properties...
and fromSorting
tab, select first row in table and clickDelete
.More settings on report:
Table
orMatrix