Class ReportViewerOptions
Contains the report viewer options such as ClientID, ControlId, CacheId.
Inheritance
Inherited Members
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.  | 
      
IsSeparateExport
Represents the separate export is enabled in report.
Declaration
public bool IsSeparateExport { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | A boolean containing the separate export is enabled.  | 
      
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.