Image in report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dennemandergal
    New Member
    • Nov 2008
    • 1

    Image in report

    Hi

    VB.NET

    I’ve made a object with some text properties and a image property.
    Code:
    Private _Billede As Image
        Public Property Billede() As Image
            Get
                Return _Billede
            End Get
            Set(ByVal value As Image)
                _Billede = value
            End Set
        End Property
    I've made som reports (microsoft reports) in the project, but I can not find a way to show the image in the report.

    Thanks in advance.
    /Lars
  • anantatbytes
    New Member
    • Nov 2008
    • 3

    #2
    http://www.google.co.i n/search?hl=en&q= reports+%2B+ima ge+%2B+codeproj ect+%2B+anant&m eta=


    May b above link help ful to you

    Comment

    Working...