Save Image option is not visible

@Lavanya_P Here the step by step manual how to integrate Aspose.Words for Reporting Services with Microsoft Report Viewer in Local Mode.
If after following the above manual your report is not exported properly or not exported at all, there must be an error in code or a bug. To resolve such issues, we have to reproduce your problem on our end. For this the following resources are required:

  1. The .rdl report(s) that cause the issue(s).
  2. The resulting Microsoft Word documents produced by the rendering extension, if exits.
  3. The problem description; specify what error you get, what document formatting is incorrect etc.
  4. Your data source. A neat way of extracting a database to send is backing it up to a single disk file.

Please follow the link to learn how to get a temporary license. Once you have added the products you want to test to your cart, press proceed and on the next page you can apply for a temporary license.

  1. Here the step by step manual how to integrate Aspose.Words for Reporting Services with Microsoft Report Viewer in Local Mode. - Tried with this option easier but no result as expected.

  2. The .rdl report(s) that cause the issue(s). - Report_AV.docx (347.8 KB)RDLCReport.PNG (21.8 KB)

  3. The resulting Microsoft Word documents produced by the rendering extension, if exits. - We dont have any word document

  4. The problem description; specify what error you get, what document formatting is incorrect etc. - AsposeError.PNG (13.7 KB)
    AsposeWordIssue.PNG (31.5 KB)

  5. Your data source. A neat way of extracting a database to send is backing it up to a single disk file. - Its not possible

@Lavanya_P Thank you for additional information. but you have attached MS Word document, not the RDL file used to generate the report. Please attach your RDL file or RDLC file for testing. Data source is also required to reproduce the problem on our side, if it is not possible to provide full data source, please create a dummy data source, which will allow use to reproduce the mentioned problem.

Tried to upload rdlc file but the format is not supporting here

Tried to upload rdlc file but the format is not supporting here.

@Lavanya_P Please zip the required resources and attach them here.

Dynamic RDLC Report.zip (1.5 MB)
EmployeeReport.docx (17.9 KB)

Uploaded the dummy source code and the report, watermark is displaying but data is not displaying. For testing purpose i have added the datagridview whether the data is displaying or not but data is displaying in grid but not in report and tried with label and textbox for testing even that is not displaying. Please let us know what’s the issue.

Dynamic RDLC Report.zip (1.5 MB)
EmployeeReport.docx (17.9 KB)

Uploaded the dummy source code and the report, watermark is displaying but data is not displaying. For testing purpose i have added the datagridview whether the data is displaying or not but data is displaying in grid but not in report and tried with label and textbox for testing even that is not displaying. Please let us know what’s the issue.

@Lavanya_P We are working on your request and will reply you soon.

Let us know whether it works as expected because we need the output as per our requirement and please confirm ASAP.

Let us know whether it works as expected because we need the output to meet our requirement and please confirm ASAP.

@Lavanya_P We have checked your project and Aspose.Words produces correct output since in your case the report is empty:

<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
  <Width>6.5in</Width>
  <Body>
    <Height>2in</Height>
  </Body>
  <rd:ReportTemplate>true</rd:ReportTemplate>
  <Page>
  </Page>
</Report>

Also the report is not selected in the report viewer. image.png (9.1 KB)

You should also install Microsoft RDLC Report Designer from visual studio extensions image.png (4.7 KB)
it provides visual report designer like this image.png (27.3 KB)
. You will be able to view and build the report.

Microsoft RDLC Report Designer is already installed and attached the same.
Microsoft RDLC Report Designer.PNG (7.2 KB)

The images are not able to download or view which has been attached by you. So any other way to view and getting the issue as below.
IssueInImageView.PNG (1.4 KB)

Microsoft RDLC Report Designer is already installed and attached the same.
Microsoft RDLC Report Designer.PNG (7.2 KB)

The images are not able to download or view which has been attached by you. So any other way to view and getting the issue as below.
IssueInImageView.PNG (1.4 KB)

@Lavanya_P The images are screenshots. I have changed ownership of the first post in this thread so you should be able to see the attachments.
As I mentioned in my previous post your report is empty, so the attached result document is correct.

Even though we select the report the data is not displaying the data. The issue over here is why the data is not displaying from RDLC to Word document and as attached before the same data is displaying in grid but why not in document even the textbox as wel las the label is not displaying. Please let us know the reason for the same.

Even though we select the report the data is not displaying the data. The issue over here is why the data is not displaying from RDLC to Word document and as attached before the same data is displaying in grid but why not in document even the textbox as well as the label is not displaying. Please let us know the reason for the same.

@Lavanya_P Your RDLC report is empty, there is nothing to display. DataGridView, TextBox and Label controls are simply put on top of the report viewer control. They are not part of the report.

Label and the textbox are present inside the report itself, at least these things has to be displayed in the document rite?