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 } }