Update KBs
This commit is contained in:
Родитель
df62278560
Коммит
740c3dcf90
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
title: How to export data to multiple Excel worksheets
|
||||
description: How to export report to multiple Excel worksheets
|
||||
type: how-to
|
||||
page_title: Export report content to several worksheets in Excel
|
||||
slug: export-data-to-multiple-worksheets
|
||||
position:
|
||||
tags: excel,reportbook
|
||||
ticketid: 1158098
|
||||
res_type: kb
|
||||
---
|
||||
|
||||
## Environment
|
||||
<table>
|
||||
<tr>
|
||||
<td>Product Version</td>
|
||||
<td>12.0 18.227</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product</td>
|
||||
<td>Progress® Telerik® Reporting </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
A commonly asked question is how to export report content to multiple worksheets in Excel workbook.
|
||||
|
||||
## Solution
|
||||
|
||||
Report is exported to Excel workbook into a single Excel worksheet. To export the data into multiple worksheets, add several reports to a [ReportBook](https://docs.telerik.com/reporting/designing-reports-general-explanation).
|
||||
Each report in a ReportBook will occupy a separate worksheet in the Excel workbook.
|
||||
|
||||
ReportBook can be created programmatically or using [Standalone report designer](https://docs.telerik.com/reporting/standalone-report-designer).
|
||||
|
||||
ReportBook support for Standalone designer was added in R1 2017 release. To start creating ReportBook, select **File | New** from the designer File menu and choose a ReportBook report template.
|
||||
|
||||
## See Also
|
||||
[How to: Create a Report Book at run-time](https://docs.telerik.com/reporting/designing-reports-reportbook-creating-reportbook-run-time)
|
||||
[Design Considerations for Excel Rendering](https://docs.telerik.com/reporting/designing-reports-considerations-excel)
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Error 'Value cannot be null. Parameter name: instance' when trying to open the Report Designer in Visual Studio 2017
|
||||
title: Value cannot be null. Parameter name instance. when trying to open the Report Designer in Visual Studio 2017
|
||||
description: VS Report Designer cannot be opened in VS 2017
|
||||
type: troubleshooting
|
||||
page_title: Exception while opening report is VS 2017 Report Designer
|
||||
|
@ -14,16 +14,14 @@ res_type: kb
|
|||
<table>
|
||||
<tr>
|
||||
<td>Product</td>
|
||||
<td>Progress® Telerik® Reporting </td>
|
||||
<td>Progress® Telerik® Reporting</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Description
|
||||
When attempting to bring up the Report Designer in Visual Studio 2017, an error with message _'Value cannot be null. Parameter name: instance'_ is thrown. The Stack Trace of the error is
|
||||
When attempting to bring up the Report Designer in Visual Studio 2017, an error with message _'Value cannot be null. Parameter name: instance'_ is thrown. The stack trace of the error is:
|
||||
```
|
||||
Instances of this error (1)
|
||||
1. Hide Call Stack
|
||||
at System.ComponentModel.TypeDescriptor.AddAttributes(Object instance, Attribute[] attributes)
|
||||
at Microsoft.VisualStudio.Design.VSDesignSurface.CreateDesigner(IComponent component, Boolean rootDesigner)
|
||||
at System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent component, String name, IContainer containerToAddTo)
|
||||
|
@ -46,20 +44,14 @@ You can download MSI file to install Telerik Reporting as described in the [How
|
|||
After downloading the installer, our recommendation is to run the MSI file per Visual Studio edition:
|
||||
|
||||
```
|
||||
msiexec /i [installer_file_name].msi PRODUCTDIRVS2017ENTERPRISE="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise"
|
||||
msiexec /i [installer_file_name].msi PRODUCTDIRVS2017ENTERPRISE="C:\Program Files (x86)\Microsoft Visual Studio\2017\[edition]"
|
||||
```
|
||||
or
|
||||
```
|
||||
msiexec /i [installer_file_name].msi PRODUCTDIRVS2017PROFESSIONAL="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional"
|
||||
```
|
||||
or
|
||||
```
|
||||
msiexec /i [installer_file_name].msi PRODUCTDIRVS2017COMMUNITY="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community"
|
||||
```
|
||||
In the code above _[installer_file_name].msi_ is the exact name of the installer, and should look like _Telerik_Reporting_R1_2018_SP2_DEV.msi_
|
||||
|
||||
In the code above **[installer_file_name].msi** is the exact name of the installer, and should look like _Telerik_Reporting_R1_2018_SP2_DEV.msi_.
|
||||
The second parameter **[edition]** is the Visual Studio edition - _Enterprise_, _Professional_, or _Community_.
|
||||
|
||||
Once Telerik Reporting is installed with support for VS2017, you can load the project in Visual Studio.
|
||||
|
||||
The VS Report Designer is not fully functional in VS2017 for version of Telerik Reporting prior to R1 2017\.
|
||||
Therefore, our recommendation is to [upgrade ](https://docs.telerik.com/reporting/installation-upgrading-newer-version)the project to the newest version (check our [Release History](https://www.telerik.com/support/whats-new/reporting/release-history)) by running the [Upgrade Wizard](https://docs.telerik.com/reporting/ui-upgrade-wizard).
|
||||
Therefore, our recommendation is to [upgrade](https://docs.telerik.com/reporting/installation-upgrading-newer-version) the project to the newest version (check our [Release History](https://www.telerik.com/support/whats-new/reporting/release-history)) by running the [Upgrade Wizard](https://docs.telerik.com/reporting/ui-upgrade-wizard).
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ res_type: kb
|
|||
|
||||
## Environment
|
||||
<table>
|
||||
<tr>
|
||||
<td>Product</td>
|
||||
<td>Progress® Telerik® Reporting</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Version</td>
|
||||
<td>12.0 18.227</td>
|
||||
|
|
|
@ -12,6 +12,10 @@ res_type: kb
|
|||
|
||||
## Environment
|
||||
<table>
|
||||
<tr>
|
||||
<td>Product</td>
|
||||
<td>Progress® Telerik® Reporting</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Version</td>
|
||||
<td>12.0 18.227</td>
|
||||
|
|
Загрузка…
Ссылка в новой задаче