[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.DataSourceTools

DataSourceTools Class

Represents the methods for saving and loading shared data sources.

Inheritance
DataSourceTools
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class DataSourceTools

Methods

Name Description
LoadSharedDataSource(ResourceLocator, string)

Loads a shared data source using the specified resource locator and data source reference.

LoadSharedDataSource(Stream)

Loads a shared data source from the specified XML stream.

LoadSharedDataSource(string)

Loads a shared data source from the specified file path.

SaveSharedDataSource(FileInfo, DataSource)

Saves the specified DataSource to a shared data source XML file.

SaveSharedDataSource(Stream, DataSource)

Saves the specified DataSource to a shared data source XML file.

ToStream(DataSource)

Saves the specified DataSource to a shared data source XML stream.