StiWebReport

Stimulsoft Reports.NET discussion
Post Reply
atryass
Posts: 33
Joined: Mon Sep 15, 2008 7:42 am
Location: Iran

StiWebReport

Post by atryass »

how can i use from StiWebReport?
can I design a report in web with StiWebReport?
plz give me a document for this copmonent.


when Stimulsoft DevReports Studio be released?
we are in Septamber!!!!

so tanx
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

StiWebReport

Post by Vital »

Hello,
how can i use from StiWebReport?
This is special aspx web page container for StiReport component. Place it on web page. Call report designer from actions menu of component. In PageLoad event of page write following code:

StiWebViewer1.Report = StiWebReport1.GetReport();
Can I design a report in web with StiWebReport?
You can design report in web (with help of web designer). WebReport is only web page container of StiReport.
when Stimulsoft DevReports Studio be released?
We try fix all bugs which have been detected during beta tests. Release will be available in Septeber.

Thank you.
Post Reply