alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    object
    PdfCellRenderArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfCellRenderArgs

    Constructors

    PdfCellRenderArgs()

    Declaration
    public PdfCellRenderArgs()

    Properties

    Cell

    Defines the current PDF cell.

    Declaration
    [JsonPropertyName("cell")]
    public object Cell { get; set; }
    Property Value
    Type Description
    object

    An object that represents the current cell in a PDF document.

    PivotCell

    Defines the current cell item.

    Declaration
    [JsonPropertyName("pivotCell")]
    public AxisSet PivotCell { get; set; }
    Property Value
    Type Description
    AxisSet

    An instance of the AxisSet class that represents the current cell item in a pivot table.

    Style

    Defines the style of the current cell.

    Declaration
    [JsonPropertyName("style")]
    public PdfStyle Style { get; set; }
    Property Value
    Type Description
    PdfStyle

    An instance of the PdfStyle class that represents the style of the current cell in a PDF document.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved