C# 如何使条形码作为一个线性序列彼此相邻?

C# 如何使条形码作为一个线性序列彼此相邻?,c#,visual-studio,t4,C#,Visual Studio,T4,当将条形码_128函数彼此相邻放置时,我看到它以行的形式输出。如何改变这一点,使条形码作为一个线性序列彼此相邻 <b style="white-space: nowrap;">[% ordhead.custponum %][% ordhead.nosinum %][% order.ordernum %]-[% ordhead.nosinum %]</b> [% END %] [% ordhead.c

当将条形码_128函数彼此相邻放置时,我看到它以行的形式输出。如何改变这一点,使条形码作为一个线性序列彼此相邻

        <b style="white-space: nowrap;">[% ordhead.custponum %][% ordhead.nosinum %][% order.ordernum %]-[% ordhead.nosinum %]</b>
                    [% END %]

        [% ordhead.custponum.barcode_128( 40,1 ) %][% ordhead.nosinum.barcode_128( 40,1 ) %][% order.ordernum.barcode_128( 40,1 ) %]-[% ordhead.nosinum.barcode_128( 40,1 ) %]
[%ordhead.custponum%[%ordhead.nosinum%[%order.ordernum%]-[%ordhead.nosinum%]
[%END%]
[%ordhead.custponum.barcode_128(40,1)%[%ordhead.nosinum.barcode_128(40,1)%[%order.ordernum.barcode_128(40,1)%]-[%ordhead.nosinum.barcode_128(40,1)%]

您的目标是什么:Winforms、WPF、ASP。。?您应该始终正确标记您的问题,以便人们可以在问题页面上看到它!文件格式是.tt,我相信是VisualStudio。(我是新手,希望这能澄清问题。)嗯,
.tt
通常是一种TrueType字体,但可能不在这里,正如拉尔斯所指出的。。我在问你的申请;是ASP还是什么?@TaW可能是这样的:啊,完全正确!