Choose your platform


Default.aspx
<cc1:StiWebViewer ID="StiWebViewer" runat="server" OnGetReport="StiWebViewer_GetReport" />
Default.aspx.cs
protected void StiWebViewer_GetReport(object sender, StiReportDataEventArgs e)
{
    var report = StiReport.CreateNewReport();
    report.Load("Reports/SimpleList.mrt");

    e.Report = report;
}

Didn’t find the platform you need?

Use our Publish Wizard to quickly generate a ready-to-use project. Just a few clicks - and everything is configured and ready to run.

What's next?

We’ve prepared a wide range of ready-to-use resources to help you move forward - explore video lessons, detailed documentation, and practical samples to get the most out of our products.
Videos

Video lessons

We’ve prepared many video materials for designing reports and dashboards.
Documentation

Documentation

Our online user guides explain product features and report design tips.
Documentation

Samples

Check out sample projects and report templates for working with our products.
By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.