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..
C# CODE tab
-
- Posts: 37
- Joined: Tue Sep 15, 2009 9:42 am
- Location: jeddah
C# CODE tab
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:
Thank you.
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;
-
- Posts: 37
- Joined: Tue Sep 15, 2009 9:42 am
- Location: jeddah
C# CODE tab
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
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
C# CODE tab
Hello.
Please, make right click on one of the tabs and click on the Code item.
Thank you.
Please, make right click on one of the tabs and click on the Code item.
Thank you.