I have a matrix report that works as it supposed to as long as I don’t add any fields other than the grouped fields. Adding any field directly or as an aggregate causes publishing of the report to fail. The report server log is below. Aspose cells for Reporting Services version 19.3.
library!ReportServer_0-60!a0c!04/22/2019-13:18:30:: Call to CreateReportAction(Vendor_Stock_Report_V2, /Test, True).
processing!ReportServer_0-60!a0c!04/22/2019-13:18:30:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportPublishingException: , Microsoft.ReportingServices.ReportProcessing.ReportPublishingException: Exception of type 'Microsoft.ReportingServices.ReportProcessing.ReportPublishingException' was thrown.;
@berlblack,
We have reviewed your issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix (if applicable). Once, we will have some news for you, we will update you in this topic.
This issue has been logged as
CELLSRS-555 - Fields cannot be added to a matrix report
How did you add field for matrix report item? And, did you modify start cell or end cell of report item with ModifyReport form after you have added field for matrix report item?
About matrix report item structure, please refer to the document:
Please see the attached image for how a field was entered. I also tried &=First(DataSet1.Item_name) when inserting the field but that also fails when trying to publish the report.
We checked issue in details. I am afraid, now Aspose.Cells for Reporting Services does not support your desired format. We will evaluate this new feature/enhancement soon.
@berlblack,
We need more information for working on this requirement. Please provide details on how you are adding macros to the report along with the sample report definition file, Excel files, and screenshots for our reference. We will analyze these files and provide our feedback accordingly.
Please note, currently, Aspose.Cells for Reporting Services client only supports macros on XLS file format. We plan to support macros on XLSM format in future versions.
I have nothing to show. Whenever I try to open a .rdl file, it will only open as .xlsx. If I add a macro, it is gone when the report is published. Then I tried installing Excel 97 but the Aspose addin will not load.
Rem ===========Private ============
Public Sub GetAsposeClientTools()
If AsposeClientTools Is Nothing Then
Set AsposeClientTools = CreateObject("Aspose.Cells.ReportingServices.Client.AsposeClient")
End If
End Sub
Vendor_Stock_Report_V2_xls.zip (79.1 KB)
Goal.XLSM - is what I’m trying to get to. The macro was added after rendering.
Rendered.XLSM - is how the report is rendered. The Excel XLSX file did contain the macro when published.
Vendor_StockReport_V2.rdl - is the published RDL file.
Vendor_Stock_Report_V2.xls - is the Excel file saved as XLS. Attempting to publish this file fails.
Vendor_Stock_Report_V2_xls.rdl - generated when trying to publish the XLs file. This fails when attempting to open with Aspose.
The issues you have found earlier (filed as CELLSRS-557,CELLSRS-555) have been fixed in Aspose.Cells for RS v19.5. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi