-
Notifications
You must be signed in to change notification settings - Fork 29
Created shared-data-source.md #1853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
user-guide/shared-data-source.md
Outdated
|
||
A `Shared Data Source` in Web Report Designer is a reusable component that defines a connection to a data provider such as a database, web service, or file and can be used across multiple reports. Instead of configuring a data source separately for each report, you can create a shared one and reference it wherever needed. | ||
|
||
The `SharedDataSource` component currently supports the following data source components: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use links for the respective DataSource within the User guide and avoid navigating the end-user outside the guide. Discuss with Dancho.
https://testdocs.telerik.com/reporting/user-guide/components/data-sources
user-guide/shared-data-source.md
Outdated
 | ||
|
||
To view all Shared Data Sources, open the Assets Manager from the main menu. | ||
To view all Shared Data Sources, open the [`Assets Manager`]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/tools/shared-resources%}#assets-manager) from the main menu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link the new article for the Assets Manager inside the User guide
user-guide/shared-data-source.md
Outdated
|
||
In the Web Report Designer, both Data Source and Shared Data Source are used to define connections to external data. However, they differ in scope, usage, and maintainability. | ||
|
||
| `Data Source` | `Shared Data Source` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the default style for table headers:
Use this: | Data Source | Shared Data Source|
Not his: | Data Source
| Shared Data Source
|
reporting_area: WRDHTML5, WRDBlazorWrapper | ||
position: 10 | ||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All images should be captured at 100% DPI to look consistent across the entire documentation.
user-guide/shared-data-source.md
Outdated
|
||
To create a shared data source, locate an existing data source in the Web Report Designer. Click the ellipsis button (...) next to the data source and select "Save as Shared Data Source" from the context menu. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use a thin border around the images to achivieve better look for copped images:
Fore example: define the style:
<style> img[alt$="><"] { border: 1px solid lightgrey; } </style>Then, use the style in the image like this:

No description provided.