Class RemoveReportArgs
The remove report event arguments provides the necessary information to remove the report.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class RemoveReportArgs
Constructors
RemoveReportArgs()
Declaration
public RemoveReportArgs()
Properties
Report
Defines current report.
Declaration
[JsonPropertyName("report")]
public string Report { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
ReportName
Defines report name to remove the report.
Declaration
[JsonPropertyName("reportName")]
public string ReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |