menu

UWP

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

    Show / Hide Table of Contents

    Class ReportNameGetter

    Represents the control to do report related operations.

    Inheritance
    System.Object
    ReportNameGetter
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public class ReportNameGetter : Control, IDisposable

    Constructors

    ReportNameGetter()

    Initializes a new instance of the ReportNameGetter class.

    Declaration
    public ReportNameGetter()

    Properties

    NewReportName

    Gets or sets the name for the new report.

    Declaration
    public string NewReportName { get; set; }
    Property Value
    Type Description
    System.String

    The new name of the report.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved