Страница 1 из 1

How to Load Mrt Report in Silverlight?

Добавлено: 14 май 2011, 06:35
ir.programmer
this is my code:

Код: Выделить всё

Partial Public Class MainPage
    Inherits UserControl

    Public Sub New()
        InitializeComponent()
    End Sub

    Private Sub MainPage_Loaded(sender As Object, e As System.Windows.RoutedEventArgs) Handles Me.Loaded
        Dim sti As New Stimulsoft.Report.StiReport

        sti.Load()????????????????????
        StiSLViewerControl1.Report = sti

    End Sub
End Class
please help me to display Mrt report in Silverlight.
my problem in Load function.
i need a sample or help of this.

How to Load Mrt Report in Silverlight?

Добавлено: 16 май 2011, 04:59
Anton Lozovskiy
Hello,

We create an example for you, please see.

Thank you.

How to Load Mrt Report in Silverlight?

Добавлено: 16 май 2011, 10:00
ir.programmer
Anton писал(а):Hello,

We create an example for you, please see.

Thank you.
thanks. now, how to using RegData in Silverlight? with RIA.

How to Load Mrt Report in Silverlight?

Добавлено: 17 май 2011, 04:32
Andrew
Hello,

Please see the sample at http://www.stimulsoft.com/Downloads/WCF ... s_v1.4.zip Here you can see everything you need.

Thank you.