to set a custom report into post and print procedure

Hi Expert.

i have a custom RDLC report that i need to use it when i want to post and print from warehouse shipment.
1. the main data item on that custom report is already sales shipment line
2. already set the report selection sales - shipment to this custom report id
3. and when i test, it show error like this,

can anyone please advise me what is missing ?

thanks,

Comments

  • KishormKishorm Member Posts: 921
    The error is saying you need a DataItem for "Sales Shiment Header" so you'll need to add this as a parent DataItem to your current "Sales Shipment Line" DataItem.
  • saravanans87saravanans87 Member Posts: 36
    As @Kishorm said, you are setting the property for Sales Shipment Line and referring a DataItem which is not available to access.
    Software Developer,
    Archerpoint India Pvt. Ltd,Chennai.
  • I am sorry, seems that I have set it wrong.

    after I re-check that I did point to wrong report

    thank you all
Sign In or Register to comment.