New to Telerik ReportingStart a free 30-day trial

Represents a factory that provides methods for creating and configuring Telerik Reporting widgets for MVC applications. Used to generate JavaScript representations and initialization scripts for MVC Report Viewer components within web applications.

Definition

Namespace:Telerik.ReportViewer.Mvc

Assembly:Telerik.ReportViewer.Mvc.dll

Syntax:

C#
public interface ITelerikReportingFactory

Methods

Generates deferred initialization statements for Telerik Reporting widgets that have been configured with deferred initialization.

C#
DeferredScripts DeferredScripts(bool renderScriptTags = true)
Parameters:renderScriptTagsbool

True to wrap the initialization statements in HTML script tags, false to return only the JavaScript code.

Returns:

DeferredScripts

A DeferredScripts object containing the JavaScript initialization statements for deferred reporting widgets.

Remarks:

Used to render initialization scripts at a specific location in the page, typically at the end of the HTML document for optimal performance.

Creates and returns an MVC Report Viewer builder for configuring and initializing the report viewer component.

C#
IReportViewerBuilder ReportViewer()
Returns:

IReportViewerBuilder

An IReportViewerBuilder instance that provides a fluent API for configuring the MVC Report Viewer.

Remarks:

Provides access to the complete configuration API for setting up report sources, display options, and client-side behavior.

In this article
DefinitionMethodsDeferredScripts(bool)ReportViewer()
Not finding the help you need?
Contact Support