Class ReportViewerModel
ReportViewerModel class Contains all the properties and Events of the ReportViewer
Inheritance
Inherited Members
Namespace: Syncfusion.EJ.ReportViewer
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ReportViewerModel
Constructors
ReportViewerModel()
Declaration
public ReportViewerModel()
Properties
Assemblies
Gets the assemblies used in the custom code or code modules.
Declaration
public List<Assembly> Assemblies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Reflection.Assembly> | A collection that contains the assemblies that are used in the custom code or code modules. |
CacheSettings
Declaration
public CacheSettings CacheSettings { get; set; }
Property Value
Type | Description |
---|---|
CacheSettings |
CsvOptions
Gets or sets the CSV device information setting such as encoding, delimiters, qualifiers etc.
Declaration
public CsvOptions CsvOptions { get; set; }
Property Value
Type | Description |
---|---|
CsvOptions |
DataSourceCredentials
Gets or sets the DataSourceCredentials.
Declaration
public List<DataSourceCredentials> DataSourceCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataSourceCredentials> | The data source credentials. |
DataSources
Gets or sets the DataSources.
Declaration
public ReportDataSourceCollection DataSources { get; set; }
Property Value
Type | Description |
---|---|
ReportDataSourceCollection | The data sources. |
DisablePageSplitting
DisablePageSplitting is to enable or disable the textbox reportitem page splitting to reduce the memory consumption.
Declaration
public bool DisablePageSplitting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmbedImageData
Declaration
public bool EmbedImageData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableVirtualEvaluation
Gets or sets the boolean value of EnableVirtualEvaluation.
Declaration
public bool EnableVirtualEvaluation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The enable virtual evaluation |
ExcelOptions
Gets or Sets the excel writer options.
Declaration
public ExcelOptions ExcelOptions { get; set; }
Property Value
Type | Description |
---|---|
ExcelOptions |
ExportResourceOption
Collects the Specified List of Resources
Declaration
public ExportResourceOption ExportResourceOption { get; set; }
Property Value
Type | Description |
---|---|
ExportResourceOption | Collects the list of EJScripts, Jquery and EJStyles |
HTMLOptions
Gets or Sets the HTML writer options.
Declaration
public HTMLOptions HTMLOptions { get; set; }
Property Value
Type | Description |
---|---|
HTMLOptions |
IsDrillthroughReport
Specifies the Boolean value of DrillThroughReport.
Declaration
public bool IsDrillthroughReport { get; }
Property Value
Type | Description |
---|---|
System.Boolean | Boolean |
JSONSerializers
Gets or Sets the type of serializer to convert the objects into JSON format.
Declaration
public JSONSerializers JSONSerializers { get; set; }
Property Value
Type | Description |
---|---|
JSONSerializers | Type of serializer, default value is JavaScriptSerializer. |
LanguagesDateFormat
Load the Date format of the particular culture
Declaration
public Dictionary<string, string> LanguagesDateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | The Culture name and Date Format |
MaxResponseTimeInterval
Gets or sets the response time in seconds to respond for the client with response time to update the progress.
Declaration
public double MaxResponseTimeInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Time with seconds. |
Parameters
Gets or sets the Parameters.
Declaration
public IEnumerable<ReportParameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ReportParameter> | The parameters. |
PDFFonts
Load Font stream from external file
Declaration
[Obsolete]
public Dictionary<string, Stream> PDFFonts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.IO.Stream> | The Font Name and Font Stream |
PDFOptions
Gets or Sets the PDF writer options.
Declaration
public PDFOptions PDFOptions { get; set; }
Property Value
Type | Description |
---|---|
PDFOptions |
PPTOptions
Gets or Sets the PPT writer options.
Declaration
public PPTOptions PPTOptions { get; set; }
Property Value
Type | Description |
---|---|
PPTOptions |
ProcessingMode
Gets or sets the ProcessingMode.
Declaration
public ProcessingMode ProcessingMode { get; set; }
Property Value
Type | Description |
---|---|
ProcessingMode | The Processing Mode. |
ReportDefinition
Declaration
public ReportDefinition ReportDefinition { get; set; }
Property Value
Type | Description |
---|---|
ReportDefinition |
ReportingServer
Gets or sets the ReportingServer.
Declaration
public ReportingServer ReportingServer { get; set; }
Property Value
Type | Description |
---|---|
ReportingServer | The reporting server. |
ReportPath
Specifies the report path to the ReporViewer
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The reporting server. |
ReportServerCredential
Specifies the ReportServerCredential to the ReporViewer
Declaration
public ICredentials ReportServerCredential { get; set; }
Property Value
Type | Description |
---|---|
System.Net.ICredentials | The reporting server. |
ReportServerFormsCredential
Gets or sets the ReportServerFormsCredential.
Declaration
public ReportServerFormsCredential ReportServerFormsCredential { get; set; }
Property Value
Type | Description |
---|---|
ReportServerFormsCredential |
ReportServerPreAuthentication
Gets or sets the boolean value of ReportServerPreAuthentication.
Declaration
public bool ReportServerPreAuthentication { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The report server pre authentication |
ReportServerUrl
Gets or sets the ReportServerUrl.
Declaration
public string ReportServerUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Report Server Url. |
Stream
Specifies the report stream to the ReporViewer
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream | The reporting server. |
UserProfile
Declaration
public UserProfile UserProfile { get; set; }
Property Value
Type | Description |
---|---|
UserProfile |
WordOptions
Gets or Sets the word writer options.
Declaration
public WordOptions WordOptions { get; set; }
Property Value
Type | Description |
---|---|
WordOptions |
Methods
Dispose()
Declaration
public void Dispose()