15 lines
292 B
C#
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
|
|
|
|
}
|
|
} |