Найдено 2 результата

ir.programmer
16 май 2011, 10:00
Форум: Stimulsoft Reports.Silverlight
Тема: How to Load Mrt Report in Silverlight?
Ответы: 3
Просмотры: 4785

How to Load Mrt Report in Silverlight?

Anton писал(а):Hello,

We create an example for you, please see.

Thank you.
thanks. now, how to using RegData in Silverlight? with RIA.
ir.programmer
14 май 2011, 06:35
Форум: Stimulsoft Reports.Silverlight
Тема: How to Load Mrt Report in Silverlight?
Ответы: 3
Просмотры: 4785

How to Load Mrt Report in Silverlight?

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()???????????????????? StiSLViewe...