Activity for Luiz

  • Luiz Luiz posted a comment on discussion Report Builder for VB.NET

    To use a databound image, just make sure the image field or column is of type byte []. Using filenames to access images is not supported. But you can walk around by loading the images from files to the data table column as byte array.

  • Luiz Luiz posted a comment on discussion Report Builder for VB.NET

    If you have issues when creating a report design, please ask a question

  • Luiz Luiz posted a comment on discussion Report Builder for VB.NET

    If you have issues when creating a report design, please ask a question

  • Luiz Luiz posted a comment on discussion General Discussion

    That will be fine

  • Luiz Luiz posted a comment on a wiki page

    I can understand the error if i see the code section causing the error

  • Luiz Luiz posted a comment on a wiki page

    The Code should just a direct translation from java

  • Luiz Luiz modified a comment on a wiki page

    DESIGN REPORT Dim D As New ReportDesigner5.Designer 'Instatiate a designer object d.Filename = <filename> 'Set the design file location d.Rpt.Open(d.Filename) 'open the design file d.Rpt.DataSource = <Datatable> 'Set the datasource used in the report d.ShowDialog 'Display the design wondows form d.Dispose 'dispose designer object PRINT REPORT Dim RP as New ReportDesigner5.Report 'Instantiate a report object RP.Open(<filename>) 'Open design rp.DataSource = <Datatable> 'Recieve data rp.PrintPreview...

  • Luiz Luiz posted a comment on a wiki page

    Imports ReportBuilder2 Imports System.Data ......... Sub Button1Click(ByVal sender...

1
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →