ASP.NET Core

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

    Show / Hide Table of Contents

    Class SubreportProcessingEventArgs

    Provides argument for the SubreportProcessing event.

    Inheritance
    System.Object
    System.EventArgs
    SubreportProcessingEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 SubreportProcessingEventArgs : EventArgs

    Constructors

    SubreportProcessingEventArgs()

    Declaration
    public SubreportProcessingEventArgs()

    Properties

    DataSourceCredentials

    Declaration
    public List<DataSourceCredentials> DataSourceCredentials { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DataSourceCredentials>

    DataSourceName

    Declaration
    [Obsolete]
    public IList<string> DataSourceName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    DataSourceNames

    Declaration
    public IList<string> DataSourceNames { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    DataSources

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

    Parameters

    Declaration
    public ReportParameterInfoCollection Parameters { get; set; }
    Property Value
    Type Description
    ReportParameterInfoCollection

    ReportPath

    Gets or sets report path of the subreport .

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