You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See <ahref="https://www.progress.com/legal/trademarks">Trademarks</a> for appropriate markings.</p>
38
+
<p>Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See <ahref="https://www.progress.com/legal/trademarks">Trademarks</a> for appropriate markings.</p>
39
+
</div>
40
+
<divclass="col-sm-6">
41
+
<divclass="social-icons">
42
+
<span>
43
+
{% if site.footer_social.facebook %}<aclass="social-icon" href="{{ site.footer_social.facebook }}" title="">{% include icons/facebook.svg %}</a>{% endif %}
44
+
{% if site.footer_social.twitter %}<aclass="social-icon" href="{{ site.footer_social.twitter }}" title="">{% include icons/twitter.svg %}</a>{% endif %}
45
+
{% if site.footer_social.youtube %}<aclass="social-icon" href="{{ site.footer_social.youtube }}" title="">{% include icons/youtube.svg %}</a>{% endif %}
46
+
{% if site.footer_social.linkedin %}<aclass="social-icon" href="{{ site.footer_social.linkedin }}" title="">{% include icons/linkedin.svg %}</a>{% endif %}
47
+
</span>
48
+
</div>
49
+
<divclass="legal-links-container">
50
+
<ulclass="legal-links">
51
+
<li><atarget="_blank" href="https://www.telerik.com/about/terms-of-use">Terms of Use</a></li>
<aclass="dnsmpi" target="_blank" href="https://forms.progress.com/ccpa-subscription?_ga=2.264549647.1438497544.1638163961-376634538.1637653954">DO NOT SELL MY PERSONAL INFORMATION</a>
Copy file name to clipboardExpand all lines: designing-reports/connecting-to-data/data-source-components/objectdatasource-component/connecting-the-objectdatasource-component-to-a-data-source.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The additional attributes like __version__, __culture__ and __publicKeyToken__ a
89
89
90
90
## Using the ObjectDataSource in the Report
91
91
92
-
1. Open the Report Designer and [create a new report]({%slug telerikreporting/getting-started/creating-the-demo-report%}).
92
+
1. Open the Report Designer and [create a new report]({%slug telerikreporting/getting-started/first-steps%}).
93
93
94
94
1. Navigate to __Data__ and click __Object Data Source__.
Copy file name to clipboardExpand all lines: designing-reports/report-designer-tools/desktop-designers/tools/report-wizards/band-report-wizard/how-to-use-the-report-wizard-to-create-a-band-report.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,4 +89,4 @@ From here you can continue with the following quickstart tutorials:
89
89
90
90
*[How to extend a Band Report]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/tools/report-wizards/band-report-wizard/how-to-extend-a-band-report%}) - to include [Conditional Formatting]({%slug telerikreporting/designing-reports/styling-reports/conditional-formatting%}), [Shape]({%slug telerikreporting/designing-reports/report-structure/shape%}) and [PictureBox]({%slug telerikreporting/designing-reports/report-structure/picturebox%}) report items. This topic also introduces in-place editing, copying and pasting styles, using the [Data Explorer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/tools/data-explorer%}) and [Report Explorer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/tools/report-explorer%}).
91
91
92
-
*[Displaying Reports in WinForms Report Viewer]({%slug telerikreporting/quickstart/displaying-reports-in-winforms-report-viewer%}) - to create Windows application to display the reports.
0 commit comments