ASP.NET Core

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

    Show / Hide Table of Contents

    Class SubreportInitializationEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SubreportInitializationEventArgs
    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 SubreportInitializationEventArgs : EventArgs

    Constructors

    SubreportInitializationEventArgs()

    Declaration
    public SubreportInitializationEventArgs()

    Properties

    DataSourceCredentials

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

    ReportName

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

    ReportPath

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

    Stream

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