Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I have a problem about Dynamic report Builder. I used Janus Filter Control in my Progarm and connected to janus Grid, but can't filter datas connect to My Report (DevExpress Component).

How Connect Janus Filter Control To Report DevExpress?

If possible, with VB.Net Code

Thanks
Posted

I just think, posting such issues about a 3rd party control would be more useful at their respective forums.
Here:DevExpress: Online demos[^]

Try looking here:
DevExpress: Support Forum[^]
DevExpress documentation[^]
 
Share this answer
 
Comments
Viper2010 4-Aug-12 6:26am    
Thanks, but i already search in website http://documentation.devexpress.com/#XtraReports/CustomDocument4804
But my problem is not resolved.

specially this Line of Code :

Imports System
Imports DevExpress.XtraReports.UI
Imports System.Drawing.Printing
' ...

Private Sub XtraReport1_BeforePrint(ByVal sender As Object, ByVal e As PrintEventArgs) _
Handles MyBase.BeforePrint
customerReportsTableAdapter.Fill(nwindDataSet1.CustomerReports, CDate(parameter1.Value), _
CDate(parameter2.Value))
End Sub
Viper2010 9-Aug-12 6:08am    
I found a other way for to solve my problem.
i usd from FILTER CONTROL DevExpress And Connected to XtraReport :
Dim Rep As New XtraReport1
Rep.FilterString = FilterControl1.FilterString
Rep.ShowPreview()
I found a other way for to solve my problem. i usd from FILTER CONTROL DevExpress And Connected to XtraReport : 

Dim Rep As New XtraReport1 
Rep.FilterString = FilterControl1.FilterString 
Rep.ShowPreview()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900