menu

WPF

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

    Show / Hide Table of Contents

    Class DrillThroughOccurredEventArgs

    Provides data for the DrillThroughOccurred event.

    Inheritance
    System.Object
    System.EventArgs
    DrillThroughOccurredEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Client.Olap
    Assembly: Syncfusion.OlapClient.WPF.dll
    Syntax
    public class DrillThroughOccurredEventArgs : EventArgs

    Constructors

    DrillThroughOccurredEventArgs()

    Declaration
    public DrillThroughOccurredEventArgs()

    Properties

    CellDescriptor

    Gets or sets the value for cell descriptor.

    Declaration
    public PivotCellDescriptor CellDescriptor { get; set; }
    Property Value
    Type
    PivotCellDescriptor

    DrillThroughData

    Gets or sets the value for the drill through data.

    Declaration
    public DataTable DrillThroughData { get; set; }
    Property Value
    Type
    System.Data.DataTable

    DrillThroughQuery

    Gets or sets the value for drill through query.

    Declaration
    public string DrillThroughQuery { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved