怎么设置水晶报表子报表列字段的宽度
现在有一个报表,报表有一个明细,明细是子报表,我想做一个打印设置是否打印显示isbn这个列,如果设置不打印则要隐藏isbn并且把书名宽度设大现在我在程序里面这样写IfNo...
现在有一个报表,报表有一个明细,明细是子报表,我想做一个打印设置是否打印显示isbn这个列,
如果设置不打印则要隐藏isbn并且把书名宽度设大现在我在程序里面这样写If Not isShowIsbn Then'EnableSuppress即抑制显示【true--不显示,false--显示】repo.ReportDefinition.ReportObjects("TitleIsbn").ObjectFormat.EnableSuppress = True’主报表isbn
repo.ReportDefinition.ReportObjects("TitleShum").Width = 4077’主报表书名repo.ReportDefinition.ReportObjects("shuh1").ObjectFormat.EnableSuppress = True‘子报表isbnrepo.ReportDefinition.ReportObjects("shum1").Width = 4077‘子报表书名
End If可是 shuh1和shum1 都是子报表中的,我在网上找了好久都没有关于这方面的解决方案,请高手指教一下!
解决方案: repo.Subreports("XsdmxRepo").ReportDefinition.ReportObjects("shuh1").ObjectFormat.EnableSuppress 展开
如果设置不打印则要隐藏isbn并且把书名宽度设大现在我在程序里面这样写If Not isShowIsbn Then'EnableSuppress即抑制显示【true--不显示,false--显示】repo.ReportDefinition.ReportObjects("TitleIsbn").ObjectFormat.EnableSuppress = True’主报表isbn
repo.ReportDefinition.ReportObjects("TitleShum").Width = 4077’主报表书名repo.ReportDefinition.ReportObjects("shuh1").ObjectFormat.EnableSuppress = True‘子报表isbnrepo.ReportDefinition.ReportObjects("shum1").Width = 4077‘子报表书名
End If可是 shuh1和shum1 都是子报表中的,我在网上找了好久都没有关于这方面的解决方案,请高手指教一下!
解决方案: repo.Subreports("XsdmxRepo").ReportDefinition.ReportObjects("shuh1").ObjectFormat.EnableSuppress 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询