Products Technologies Demo Docs Blog Support Company

Create your First Document with ReportingCloud

As part of our new ReportingCloud documentation, we published a guided tutorial that shows how to create a document without programming.

Create your First Document with ReportingCloud

We recently released a new documentation hub for ReportingCloud that gives an overview of Web API endpoints, tutorials, concepts and typical tasks. Additionally, step-by-step, we are going to introduce interactive tutorials that allows you to play with the platform without any programming.

That way you can learn how to use specific endpoints or how to use reporting elements such as repeating merge blocks.

The first interactive tutorial is now live and shows how to create your first document based on the sample template that is automatically copied into your template storage when creating a new trial account. All you need to do is to create a trial account and to create your personal API Key.

In the tutorial, you simply need to add your created API Key, set the required return format such as PDF or DOCX and you can change the merge data that is used to populate the fields in the sample template. The following screenshot shows this form of the tutorial:

Build your request

After clicking Create Request, the complete HTTP request is created for you. It shows the endpoint with the request parameters, HTTP headers for the authorization and the payload that includes the merge data object:

Build your request

When the request is successful, the return value is shown in the ReportingCloud Response section:

Build your request

This represents the document encoded as a Base64 string. When clicking Download Document, this created document can be downloaded.

Try this on your own and create your trial account today:

ReportingCloud Docs

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Reporting

The Text Control Reporting Framework combines powerful reporting features with an easy-to-use, MS Word compatible word processor. Users can create documents and templates using ordinary Microsoft Word skills. The Reporting Framework is included in all .NET based TX Text Control products including ASP.NET, Windows Forms and WPF.

See Reporting products

Related Posts

ReportingDocumentationGitHub

ReportingCloud: Open Source Documentation Released

We just released a new documentation hub for our Web API ReportingCloud. This documentation is hosted on GitHub and users can contribute.


CloudReportingMail Merge

MailMerge: Starting Each Merge Block on a New Page

A merge block is repeated based on the number of matching data rows in the hierarchical data object. The complete merge block is cloned and inserted under the original location in the template.…


ASP.NETReportingHTML5

Creating Your First ASP.NET Reporting Application

This tutorial shows how to use the MailMerge component in an ASP.NET Web application to merge a template with data to create an Adobe PDF document.


ReportingReportingCloudTrack Changes

New Endpoint: Manipulating Tracked Changes in Documents

We just rolled out a new endpoint to the ReportingCloud Web API to manipulate tracked changes in a document.


ASP.NETReportingTutorial

New Online Sample: Build your First Report

We published a new online demo that shows how to create a report including preparing data, creating a template to merging them together.