Custom Business Binding Source


Author
Message
Charles Thomas Blankenship...
Charles Thomas Blankenship
Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)Advanced StrataFrame User (708 reputation)
Group: Awaiting Activation
Posts: 172, Visits: 12K
I've created a new Project for reporting ... created a custom business binding source ... as Ehdy recommended ... but after building the solution the only thing that shows up is the HolidaysBO ... not the HolidaysBBS ... the HolidaysBO cannot be dropped onto the DevExpressReport ... I assume only the HolidaysBBS can perform that function.

Any ideas to help straighten me out?

Thanks

Charles T. Blankenship
Senior Consultant
Novant Consulting, Inc.
704.975.7152
http://www.novantconsulting.com
Reply
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi Charles,

You need to modify the BBS class so it can be shown in the VS ToolBox as follows:

Imports System.ComponentModel
Namespace Reports.Transactions
    <ToolboxItem(True)>
    Public Class PaymentScheduleViewBBS
        Inherits MicroFour.StrataFrame.Business.BusinessBindingSource(Of PaymentScheduleViewBO)
    End Class
End Namespace

Then re-build the solution, so the VS ToolBox will be populated with your BBS.


Edhy Rijo

Edited 12 Years Ago by Edhy Rijo
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search