C# CODE tab

Stimulsoft Reports.WEB discussion
Post Reply
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

C# CODE tab

Post by AbdulAleem »

Earlier I was able to write C# function in the CODE tab provided in report itself.

But now in the latest version I unable to find C# CODE tab.

Please help me..
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

C# CODE tab

Post by Vladimir »

Hello,

Please indicate which the designer you use: Win forms or Web?

The report code can be edited only in Win forms designer. In Web designer the code is available in read only mode, the tab is activated via the following options:

Code: Select all

StiWebDesignerOptions.CodeTabVisible = true;
Thank you.
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

C# CODE tab

Post by AbdulAleem »

Hi,

I am using Web Designer(Stimulsoft.reports.web)

I need C# Code tab to write my own function but not at runtime.

I mean that when I double click the report file or open the designer, I could find tabs WebPreview and HtmlPreview but I could not find c# tab.

I remember that in previous version c# tab was available.

Please help me..

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

C# CODE tab

Post by HighAley »

Hello.

Please, make right click on one of the tabs and click on the Code item.

Thank you.
Post Reply