Files
2026-04-09 12:18:23 +02:00

15 lines
292 B
C#

using Microsoft.AspNetCore.Components;
namespace Lux.Report.Manager.Components.Compo
{
public partial class ReportDesigner
{
#region Public Properties
[Parameter]
public string ReportPathName { get; set; } = "";
#endregion Public Properties
}
}