ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrillThroughReportModelEventArgs - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrillThroughReportModelEventArgs

    Specifies arguments for the Drillthrough event.

    Inheritance
    System.Object
    DrillThroughReportModelEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Reports.EJ
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class DrillThroughReportModelEventArgs

    Constructors

    DrillThroughReportModelEventArgs()

    Declaration
    public DrillThroughReportModelEventArgs()

    Properties

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    DataSources

    Declaration
    public ReportDataSourceCollection DataSources { get; set; }
    Property Value
    Type Description
    ReportDataSourceCollection

    Parameters

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

    ReportPath

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

    ReportStream

    Declaration
    public Stream ReportStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved