skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Interface ISharedDataSourceStorage

Interface defining specialized storage operations for shared data source files in the WebReportDesigner system.

Inherited Members
IResourceStorage.GetAllByExtension(String[])
IResourceStorage.GetFolderByName(String)
IResourceStorage.FolderNameExists(String)
IResourceStorage.FolderExists(String)
IResourceStorage.FolderHasContents(String)
IResourceStorage.MoveFolder(MoveFolderModel)
IResourceStorage.GetByUri(String)
IResourceStorage.ResourceExists(String)
IResourceStorage.GetFile(String)
IResourceStorage.ResourceNameExists(String)
IResourceStorage.GetModelByName(String)
IResourceStorage.Save(String, Byte[])
IResourceStorage.Move(MoveResourceModel)
IResourceStorage.Overwrite(OverwriteResourceModel, Byte[])
IResourceStorage.Search(SearchResourcesModel)
IAssetsStorage.GetFolderContentsAsync(String)
IAssetsStorage.GetFolderAsync(String)
IAssetsStorage.CreateFolderAsync(CreateFolderModel)
IAssetsStorage.RenameFolderAsync(RenameFolderModel)
IAssetsStorage.DeleteFolderAsync(String)
IAssetsStorage.GetAsync(String)
IAssetsStorage.DeleteAsync(String)
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll

Syntax

public interface ISharedDataSourceStorage : IResourceStorage, IAssetsStorage
Remarks

Extends IResourceStorage with type-safe operations specifically for shared data source files (.sdsx, .sdsp), providing automatic description extraction and metadata management for reusable data source definitions used across multiple reports.

Methods

GetModelAsync(String)

Retrieves the shared data source model at the specified URI or returns null if not found.

Declaration
Task<SharedDataSourceModel> GetModelAsync(string uri)
Parameters
System.String uri

The unique resource identifier (URI) of the resource.

Returns
System.Threading.Tasks.Task<SharedDataSourceModel>

SharedDataSourceModel, containing the information about the resource.

Remarks

Provides type-safe access to shared data source models with automatic description extraction from the file content, supporting the Assets Manager and shared data source management operations.

RenameAsync(RenameResourceModel)

Renames a shared data source file to a new name.

Declaration
Task<SharedDataSourceModel> RenameAsync(RenameResourceModel model)
Parameters
RenameResourceModel model

The model containing the rename operation data

Returns
System.Threading.Tasks.Task<SharedDataSourceModel>

SharedDataSourceModel, containing the information about the renamed resource.

Remarks

Updates the shared data source filename while preserving its content and automatically updating the description metadata, ensuring consistent shared data source management and referential integrity.

SaveAsync(SaveResourceModel, Byte[])

Saves shared data source content and returns the model with extracted metadata.

Declaration
Task<SharedDataSourceModel> SaveAsync(SaveResourceModel model, byte[] resource)
Parameters
SaveResourceModel model

The model containing the save operation data.

System.Byte[] resource

The contents of the SharedDataSourceModel resource.

Returns
System.Threading.Tasks.Task<SharedDataSourceModel>

SharedDataSourceModel, containing the information about the saved resource.

Remarks

Creates or updates a shared data source file with automatic description extraction from the content, enabling reusable data source definitions that can be referenced across multiple reports in the WebReportDesigner system.

Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

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 Trademarks for appropriate markings.