Class PivotReportInfo
Defines the report name that used to create, load, rename save and save as current report.
Inheritance
System.Object
PivotReportInfo
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotReportInfo : Object
Constructors
PivotReportInfo()
Declaration
public PivotReportInfo()
Properties
CurrentName
Defines the current report name, or the renamed report name.
Declaration
public string CurrentName { get; set; }
Property Value
Type |
---|
System.String |
OldName
Defines the report name that before rename.
Declaration
public string OldName { get; set; }
Property Value
Type |
---|
System.String |