Search found 85 matches

by jayakumargr
Wed Jan 31, 2007 1:33 am
Forum: Stimulsoft Reports.NET
Topic: How To set column width in databand???
Replies: 2
Views: 1346

How To set column width in databand???

Hi,
i designed databand with 6 coumns. In Runtime,i want to set a particular column width to some value.
how i do that....?
Any One give me the guidelines....

Thanks in advance....


by jayakumargr
Mon Jan 22, 2007 4:42 am
Forum: Stimulsoft Reports.NET
Topic: How to generate Pivot Tables ?
Replies: 2
Views: 2047

How to generate Pivot Tables ?

Hello guys,
i want to generate pivot tables.for that i used cross-tab. but the summary field values displayed row manner. i want to display the summary field values in column manner. is there any solutions available ?

thanks in advance.....!
by jayakumargr
Mon Jan 22, 2007 4:33 am
Forum: Stimulsoft Reports.NET
Topic: How to show report designer ?
Replies: 3
Views: 1219

How to show report designer ?

<t>Hello guys,<br/> i used stiPreviewControl in my application(c#).it will run with in my application. but stireport(designer) opens or run in separate window. is there any posibilty for loading stireport as like stipreviewcontrol ?(ie,with in my application i want to load stireport designer)<br/> <...
by jayakumargr
Sat Jan 20, 2007 4:40 am
Forum: Stimulsoft Reports.NET
Topic: How to create Configuration(config) file and how to use it?
Replies: 2
Views: 1355

How to create Configuration(config) file and how to use it?

Hello Guys,
i am using stimulreport v2006.4. i was create one config file Using configurator. And i dont know how to use that file. please any one give me the c# code or guidelines.

thanks in advance!
by jayakumargr
Sat Jan 20, 2007 4:33 am
Forum: Stimulsoft Reports.NET
Topic: How to add watermark in pdf file?
Replies: 1
Views: 1335

How to add watermark in pdf file?

Hello everybody, i am using stimulreport v2006.4 . in that i was create one template(mrt file) with watermark and i export it as pdf file using follwing code: StiReport report = new StiReport(); report.ExportDocument(StiExportFormat.Pdf, pdffilename); but that watermark doesnot displayed in pdf file...