Blog信息 |
blog名称:注册会计师(注会)练习软件 日志总数:398 评论数量:116 留言数量:27 访问次数:3272221 建立时间:2005年6月6日 |

| |
[devexpress相关控件]在devexpress中表格的打印时,怎样选择是否打印组的折叠与否 软件技术
吕向阳 发表于 2006/9/13 10:43:51 |
Printing XtraGrid with expanded and collapsed groups...
5 msgTimes read: 2
[devexpress.public.dotnet.xtragrid]
Add to your favorite threads (requires login) -- Thread on dev.newswhat.com (beta)
Printing XtraGrid with expanded and collapsed groups...Davide Piras [Aug 31, 11:14]
Msg has 1 replies
500)this.width=500'>500)this.width=500'> Add Davide Piras to favorite authors (login) Hello there,
in my application i have many XtraGrids (last version, 6.2.2 on VS 2005), in
all of them there is a popup menu with PrintPreview command that just calls
xtragrid.printpreviewdialog, so i can print using XtraPrinting without any
printcontrol or report made for it... it's amazing!
my customers want to print exactly what they see, so if the grid is grouped
by one column and they collapse all the groups except one, they want to get
the print preview with only that group expanded but at the moment i see all
the group expanded in the preview... expanded or collapsed but not exactly
what they see... what if i collapse two or more groups and expand some
others ?
thanks, regards, Davide.
Re: Printing XtraGrid with expanded and collapsed groups...Howard C. Shaw III [Aug 31, 13:03]
Msg has 1 replies - Go to base msg by Davide Piras
500)this.width=500'>500)this.width=500'> Add Howard C. Shaw III to favorite authors (login) You need to set OptionsPrint's properties appropriately. In particular,
you want to set OptionsPrint.ExpandAllDetails=False and
OptionsPrint.ExpandAllGroups=False
红色的是设置! |
|
|