Results 1 to 2 of 2

Thread: [RESOLVED] use embedded rdlc report?

  1. #1

    Thread Starter
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Resolved [RESOLVED] use embedded rdlc report?

    This works fine

    RV1.LocalReport.ReportPath = "C:\POSData\WorkOrder.rdlc"

    I am trying to embed the report (as a resource?) in the app... but i can seem to get it to work..

    RV1.LocalReport.ReportEmbeddedResource requires a string, so i cant reference the report like my.resources.dailysales

    is there a way to do this?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  2. #2

    Thread Starter
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: use embedded rdlc report?

    ok figured it out...

    RV1.LocalReport.ReportEmbeddedResource = "BouquetsByBonniePOS.DailySales.rdlc"

    but must have the file marked as embedded, (it still wont load right, but at least i am a step closer)
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width