ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / DataSetTemplateExtensions Class / ToJsonStream Method
The DataSetTemplate to convert.

In This Topic
ToJsonStream Method (DataSetTemplateExtensions)
In This Topic
Converts the DataSetTemplate to a JSON stream.
Syntax
'Declaration
 
Public Shared Function ToJsonStream( _
   ByVal dataSetTemplate As DataSetTemplate _
) As Stream
 

Parameters

dataSetTemplate
The DataSetTemplate to convert.

Return Value

A stream containing the JSON representation of the DataSetTemplate.
See Also