Gets or sets the relative path to folder that will be used to store generated report data.

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
[DescriptionAttribute("The relative path to folder that will be used to store generated report data.")]
[DefaultValueAttribute("~/tempReports")]
[JsonAttribute(true)]
public string ReportsFolderPath { get; set; }
Visual Basic
<DescriptionAttribute("The relative path to folder that will be used to store generated report data.")> _
<DefaultValueAttribute("~/tempReports")> _
<JsonAttribute(True)> _
Public Property ReportsFolderPath As String
	Get
	Set

Field Value

The relative path to folder that will be used to store generated report data.

See Also