ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ReportViewerOptions

    class for ReportViewerOptions

    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: Syncfusion.EJ.ReportViewer
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ReportViewerOptions

    Constructors

    ReportViewerOptions()

    Declaration
    public ReportViewerOptions()

    Properties

    CacheId

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

    ControlId

    Gets or sets the ControlId.

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

    The control Id.

    Culture

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

    ReportLangauge

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

    ReportModel

    Gets or sets the ReportViewerModel.

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

    The ReportViewer Model.

    SubReportModel

    Gets or sets the SubReportModel.

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

    The Sub Report Model.

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved