menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotReportInfo - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved