ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class SubReportModel

Contains all the properties and events to the load subreport.

Inheritance
System.Object
SubReportModel
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: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public class SubReportModel

Constructors

SubReportModel()

Declaration
public SubReportModel()

Properties

DataSourceCredentials

Gets or sets the collections of data source credentials to connect the report server.

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

The List containing the Name, UserID, Password, ConnectionString, IntegratedSecurity.

DataSourceNames

Gets or sets the name of the data source in a report.

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

A collection containing the name of data source used in the report.

DataSources

Gets or sets the collection of data sources used in the report.

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

Contains a list of data sources for the specified RDL report.

Parameters

Gets or sets the collection of parameter information of a report.

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

A collection containing the parameter information.

ReportPath

Gets or sets the local file path or report server path of the report.

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

A string containing the path to load the report.

Stream

Loads a report definition from the local file system using a Stream.

Declaration
public Stream Stream { get; set; }
Property Value
Type Description
System.IO.Stream

A stream containing the file path to load the report.

UserProfile

Specifies the UserProfile of the component.

Declaration
public UserProfile UserProfile { get; }
Property Value
Type Description
UserProfile

Containing the user details of the component.

Methods

Dispose()

Provides a mechanism for releasing unmanaged resources.

Declaration
public void Dispose()
Remarks

It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved