New to Telerik ReportingStart a free 30-day trial

Model for saving new resources to the WebReportDesigner storage system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public class SaveResourceModel : INamedModelBase

Inheritance: objectSaveResourceModel

Implements: INamedModelBase

Constructors

C#
public SaveResourceModel()

Properties

Name

string

Gets or sets the name of the resource to be saved.

C#
[Required(AllowEmptyStrings = false)]
public string Name { get; set; }

Implements: INamedModelBase.Name

Remarks:

Must be a valid resource name including file extension that doesn't conflict with existing resources in the target folder.

ParentUri

string

Gets or sets the URI of the parent folder where the resource will be saved.

C#
public string ParentUri { get; set; }
Remarks:

Use null or empty string to save the resource in the root directory of the storage system.