Search found 85 matches

by jayakumargr
Wed Jul 25, 2007 11:31 pm
Forum: Stimulsoft Reports.NET
Topic: Create designer menu ???
Replies: 14
Views: 3986

Create designer menu ???

Hi,
Thanks It Works Fine:biggrin:
by jayakumargr
Tue Jul 24, 2007 4:09 am
Forum: Stimulsoft Reports.NET
Topic: How to Call Order Toolbars ???
Replies: 4
Views: 1433

How to Call Order Toolbars ???

Hi,
How to Call Order Toolbars through Coding. i use stimulsoft 2007.1

Please Provide the Solutions...


Thanks in Advance,
Jayakumar
by jayakumargr
Tue Jul 24, 2007 3:36 am
Forum: Stimulsoft Reports.NET
Topic: Create designer menu ???
Replies: 14
Views: 3986

Create designer menu ???

Hi,
Thanks. It works fine.

In The Same way how to enable and disable show grid,table mode and show rulers ???


Thanks in Advance,
Jayakumar
by jayakumargr
Fri Jul 20, 2007 7:18 am
Forum: Stimulsoft Reports.NET
Topic: How to Arrange the Pages ???
Replies: 2
Views: 929

How to Arrange the Pages ???

<t>Hi,<br/> i add certain components in newReport.Pages["Page1"] at run time. and i add two pages to the report at run time using following code.<br/> <br/> StiPage coverPage=new StiPage(newReport);<br/> coverPage.Name = "Cover";<br/> newReport.Pages.Add(coverPage);<br/> <br/> StiPage contentPage=ne...
by jayakumargr
Thu Jul 05, 2007 12:06 pm
Forum: Stimulsoft Reports.NET
Topic: Create designer menu ???
Replies: 14
Views: 3986

Create designer menu ???

<t>Hai,<br/> i want to open report tree for existing(already opened designer) report designer. it is same as like designer view menu operation.<br/> <br/> View --> Report Tree(ctrl+shift+l)<br/> <br/> How to open report tree...???<br/> <br/> <br/> Thanks in advance,<br/> Jaykumar<br/> </t>
by jayakumargr
Wed Jul 04, 2007 1:30 pm
Forum: Stimulsoft Reports.NET
Topic: Create designer menu ???
Replies: 14
Views: 3986

Create designer menu ???

<t>Hai,<br/> <br/> i wrote following,<br/> <br/> <br/> StiReport rpt = new StiReport();<br/> StiDesigner design = new StiDesigner(rpt); <br/> <br/> StiReportTreePanelService tree = new StiReportTreePanelService();<br/> tree.Init(design); <br/> <br/> but it doesn't work...<br/> <br/> How to show the ...
by jayakumargr
Wed Jul 04, 2007 11:39 am
Forum: Stimulsoft Reports.NET
Topic: How to set UI Language ???
Replies: 4
Views: 1573

How to set UI Language ???

Hai,
Thanks for your reply.

It shows File not found Exception Error...??
How to Solve this???

Thanks in advance,
Jayakumar

by jayakumargr
Wed Jul 04, 2007 11:34 am
Forum: Stimulsoft Reports.NET
Topic: How to make Mdi child Menubar Visible???
Replies: 3
Views: 1470

How to make Mdi child Menubar Visible???

Hai,
I got it. i use following lines,

StiReport rpt = new StiReport();
StiDesigner design = new StiDesigner(rpt);
this.Menu=design.Menu;


It works fine.


Thanks,
Jayakumar

by jayakumargr
Wed Jul 04, 2007 11:32 am
Forum: Stimulsoft Reports.NET
Topic: Create designer menu ???
Replies: 14
Views: 3986

Create designer menu ???

Hai,
Thanks. Which namespace is used for StiPropertiesPanelService,StiReportTreePanelService and StiDictionaryPanelService ???

Thanks in Advance,
Jayakumar
by jayakumargr
Wed Jul 04, 2007 9:25 am
Forum: Stimulsoft Reports.NET
Topic: How to set UI Language ???
Replies: 4
Views: 1573

How to set UI Language ???

Hai,

How to set UI Language at run time using code????

Thanks in Advance,
Jayakumar