• <i id='J6bAa'><tr id='J6bAa'><dt id='J6bAa'><q id='J6bAa'><span id='J6bAa'><b id='J6bAa'><form id='J6bAa'><ins id='J6bAa'></ins><ul id='J6bAa'></ul><sub id='J6bAa'></sub></form><legend id='J6bAa'></legend><bdo id='J6bAa'><pre id='J6bAa'><center id='J6bAa'></center></pre></bdo></b><th id='J6bAa'></th></span></q></dt></tr></i><div id='J6bAa'><tfoot id='J6bAa'></tfoot><dl id='J6bAa'><fieldset id='J6bAa'></fieldset></dl></div>

      <bdo id='J6bAa'></bdo><ul id='J6bAa'></ul>

      <small id='J6bAa'></small><noframes id='J6bAa'>

      1. <tfoot id='J6bAa'></tfoot>

        <legend id='J6bAa'><style id='J6bAa'><dir id='J6bAa'><q id='J6bAa'></q></dir></style></legend>

      2. 以编程方式设置水晶报表列的字体样式?

        set fontstyle of a column of a crystal report programatically?(以编程方式设置水晶报表列的字体样式?)
        <i id='oaj78'><tr id='oaj78'><dt id='oaj78'><q id='oaj78'><span id='oaj78'><b id='oaj78'><form id='oaj78'><ins id='oaj78'></ins><ul id='oaj78'></ul><sub id='oaj78'></sub></form><legend id='oaj78'></legend><bdo id='oaj78'><pre id='oaj78'><center id='oaj78'></center></pre></bdo></b><th id='oaj78'></th></span></q></dt></tr></i><div id='oaj78'><tfoot id='oaj78'></tfoot><dl id='oaj78'><fieldset id='oaj78'></fieldset></dl></div>

        <tfoot id='oaj78'></tfoot>

          <bdo id='oaj78'></bdo><ul id='oaj78'></ul>

            <small id='oaj78'></small><noframes id='oaj78'>

                <tbody id='oaj78'></tbody>
              • <legend id='oaj78'><style id='oaj78'><dir id='oaj78'><q id='oaj78'></q></dir></style></legend>
                1. 本文介绍了以编程方式设置水晶报表列的字体样式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何以编程方式更改(设置)水晶报表列的字体(不想在设计时使用格式编辑器")?用于访问水晶报表详细信息部分的字段(列)的语法是什么?

                  how to -change (set ) font for a column of a crystal report programatically (dont want to use 'Format editor' at design time)? whats the syntax used to access the field (column ) of detail section of the crystal report ..?

                  提前致谢.

                  推荐答案

                  在 Crystal Report 运行时更改字体样式、字体大小和字体使用以下代码,这将正常运行:

                  您可以根据您的条件使用 TextObject 或 FieldObject.这里使用的是 FieldObject.

                  you can use TextObject or FieldObject Depending on your condition.here am using FieldObject.

                   FieldObject MyText (FieldObject)Repotrdocumentobject.ReportDefinition.ReportObjects[i];
                  
                  MyText.ApplyFont(new Font("Arial", 11f,FontStyle.Bold));
                  

                  这里i是Crystal Report中FieldObject的数量,11f是字体大小

                  here i is number of FieldObject in Crystal Report and 11f is font size

                  这篇关于以编程方式设置水晶报表列的字体样式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Adding DbContextOptions in Startup.cs not registering data store(在 Startup.cs 中添加 DbContextOptions 未注册数据存储)
                  Migrate html helpers to ASP.NET Core(将 html 帮助程序迁移到 ASP.NET Core)
                  Conditional validation in MVC.NET Core (RequiredIf)(MVC.NET Core 中的条件验证(RequiredIf))
                  Is it possible to serve static files from outside the wwwroot folder?(是否可以从 wwwroot 文件夹外部提供静态文件?)
                  Working with multiple resultset in .net core(在 .net 核心中使用多个结果集)
                  Where all types for http headers gone in ASP.NET 5?(ASP.NET 5 中所有类型的 http 标头都去了哪里?)

                        <tfoot id='dAVvb'></tfoot>

                          <tbody id='dAVvb'></tbody>
                        • <bdo id='dAVvb'></bdo><ul id='dAVvb'></ul>

                          <small id='dAVvb'></small><noframes id='dAVvb'>

                          • <i id='dAVvb'><tr id='dAVvb'><dt id='dAVvb'><q id='dAVvb'><span id='dAVvb'><b id='dAVvb'><form id='dAVvb'><ins id='dAVvb'></ins><ul id='dAVvb'></ul><sub id='dAVvb'></sub></form><legend id='dAVvb'></legend><bdo id='dAVvb'><pre id='dAVvb'><center id='dAVvb'></center></pre></bdo></b><th id='dAVvb'></th></span></q></dt></tr></i><div id='dAVvb'><tfoot id='dAVvb'></tfoot><dl id='dAVvb'><fieldset id='dAVvb'></fieldset></dl></div>
                            <legend id='dAVvb'><style id='dAVvb'><dir id='dAVvb'><q id='dAVvb'></q></dir></style></legend>