问题描述
我在Crystal报告中采用了一个报告。
我使用vb.net编码该数据源。
在该报告中有两个子报告SubRpt01和SubRpt02。
在SubRpt02中,我想动态。
我想通过vb.net编码增加和减少SubRpt02大小。
i使用
objRpt =新的Desiner.rptMainReport
objRpt.ReportDefinition.ReportObjects( SubRpt02)。宽度= 5000
但它无法正常工作。
如果有人有ans解决方案
请尽快给我回复
Thnx提前:)
I have taken a one Report in Crystal report.
I using vb.net codding for that data source.
In that report two Sub Reports SubRpt01 and SubRpt02.
In that SubRpt02, i want to dynamically.
I want to increase and decrease SubRpt02 Size through vb.net codding.
i using
objRpt = New Desiner.rptMainReport
objRpt.ReportDefinition.ReportObjects("SubRpt02").Width = 5000
But it cant working.
If any one has ans solution
Pls, Give me response as soon as possible
Thnx in advance :)
这篇关于水晶报告子报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!