Posts

SSRS Image Report T4

Image
  Task4: In student entity create attachments in notes with jpg or png related images. Create a SSRS report with Specific student name, DOB, Date of Admission, along with student photo which is attached in notes. This should be work for individual students. User story: Create an attachment in student entity in notes add the related image in jpg or png formant. Create a SSRS REPORT with student name, DOB, Date of Admission, along with student photo which is attached in notes. This should be shown for individual student record. Entities: Students Fields: Student Name DOB ADMISSION  Creating notes: Adding the time line to students entity for notes Fetch xml to retrieve the data from them to students entity.   < fetch version = " 1.0 " output-format = " xml-platform " mapping = " logical " distinct = " false " >   < entity name = " annotation " >     < attribute name = " subject ...