* Update index.md

* Update overview.md

* Update main.css
This commit is contained in:
Todor Arabadzhiev 2023-04-06 15:34:10 +03:00 коммит произвёл GitHub
Родитель 4f0b1c80d9
Коммит f81b63289a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 17 добавлений и 5 удалений

Просмотреть файл

@ -164,7 +164,7 @@ The following tables list the most used members of the different libraries.
<td>The Telerik Reporting REST Service built-in ReportSource Resolver for declarative (TRDP/TRDX/TRBP) report definitions from a local directory.</td>
</tr>
<tr>
<td><a href="/reporting/api/Telerik.Reporting.Services">Telerik.Webreportdesigner.Services</a></td>
<td><a href="/reporting/api/telerik.webreportdesigner.services">Telerik.WebReportDesigner.Services</a></td>
<td><a href="/reporting/api/telerik.webreportdesigner.services.filedefinitionstorage">FileDefinitionStorage</a></td>
<td>The Telerik Web Report Designer REST Service built-in file-based definition storage to resolve declarative (TRDP/TRDX/TRBP) report definitions from a local directory.</td>
</tr>

Просмотреть файл

@ -106,6 +106,18 @@ span.all-components-expanded-icon {
display: inline-block;
}
.k-i-wpf::before {
content: "\e658";
}
.k-i-arrow-chevron-up::before {
content: "\e013";
}
.k-i-arrow-chevron-right::before {
content: "\e014";
}
.k-i-arrow-chevron-down::before {
content: "\e015";
}
.k-i-arrow-chevron-left::before {
content: "\e016";
}

Просмотреть файл

@ -18,7 +18,7 @@ This implementation of the Reporting REST service is based on the [ASP.NET Core
These are the options for the service hosting:
* [Hosting Reports Service in ASP.NET Core in .NET 6 with Top Level Statements]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/how-to-host-reports-service-in-asp.net-core-in-.net-6-with-minimal-api%})
* [Hosting Reports Service in ASP.NET Core in .NET 5]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/how-to-host-reports-service-in-asp.net-core-in-.net-5%})
* [Hosting Reports Service in ASP.NET Core in .NET]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/how-to-host-reports-service-in-asp.net-core-in-.net-5%})
* [Hosting Reports Service in ASP.NET Core 3.1]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/how-to-host-reports-service-in-asp.net-core-3.1%})
The service can be used from: