Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfCellRenderArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfCellRenderArgs

    The PDF cell render event arguments provides the necessary information to customize the pivot cells while PDF exporting.

    Inheritance
    System.Object
    PdfCellRenderArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfCellRenderArgs : Object

    Constructors

    PdfCellRenderArgs()

    Declaration
    public PdfCellRenderArgs()

    Properties

    Cell

    Defines the current PDF cell.

    Declaration
    public object Cell { get; set; }
    Property Value
    Type Description
    System.Object

    PivotCell

    Defines the current cell item.

    Declaration
    public AxisSet PivotCell { get; set; }
    Property Value
    Type Description
    AxisSet

    Style

    Defines the style of the current cell.

    Declaration
    public PdfStyle Style { get; set; }
    Property Value
    Type Description
    PdfStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved