Код: Выделить всё
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.