How to Load Mrt Report in Silverlight?
Добавлено: 14 май 2011, 06:35
this is my code:
please help me to display Mrt report in Silverlight.
my problem in Load function.
i need a sample or help of this.
Код: Выделить всё
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
my problem in Load function.
i need a sample or help of this.