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

Class ReportViewerOptions

Contains the report viewer options such as ClientID, ControlId, CacheId.

Inheritance
System.Object
ReportViewerOptions
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 ReportViewerOptions

Constructors

ReportViewerOptions()

Declaration
public ReportViewerOptions()

Properties

CacheId

Gets or sets the cache Id of the user currently accessing the report or component.

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

A string containing the CacheId

ClientID

Gets or sets the client Id of the user currently accessing the report or component.

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

A string containing the ClientID.

ControlId

Gets or sets the control Id of the user currently accessing the report or component.

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

A string containing the ControlId

Culture

Gets or sets the information about a specific culture.

Declaration
public CultureInfo Culture { get; set; }
Property Value
Type Description
System.Globalization.CultureInfo

Contains the culture used in the report.

ReportLangauge

Represents the langauge used in report.

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

A String containing the ReportLangauge.

ReportModel

Gets or sets the properties and events of the ReportViewer to view the report.

Declaration
public ReportViewerModel ReportModel { get; set; }
Property Value
Type Description
ReportViewerModel

Contains the properties and events of the ReportViewer.

SubReportModel

Gets or sets the data source information of the subreport.

Declaration
public SubReportModel SubReportModel { get; set; }
Property Value
Type Description
SubReportModel

Contains the user detiails, data source information, parameters, report path.

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