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