• <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. 以编程方式设置水晶报表列的字体样式?

        时间:2023-07-09
        <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

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

                  上一篇:在 Winform 中打开水晶报表 下一篇:Crystal Reports - 如果包含图表,则数据重复

                  相关文章

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

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

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

                    1. <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>