[]
        
(Showing Draft Content)

C1.Web.Mvc.Viewer.Fluent.ReportViewerBuilder

ReportViewerBuilder Class

Defines a builder to configurate ReportViewer.

Implements
Namespace: C1.Web.Mvc.Viewer.Fluent
Assembly: C1.Web.Mvc.FlexViewer.dll
Syntax
public class ReportViewerBuilder : ViewerBaseBuilder<ReportViewer, ReportViewerBuilder>, IHtmlString

Constructors

Name Description
ReportViewerBuilder(ReportViewer)

Creates one ReportViewerBuilder instance to configurate component.

Methods

Name Description
Paginated(bool?)

Configurates Paginated. Sets a value indicating whether the content should be represented as set of fixed sized pages.

Parameters(IDictionary<string, object>)

Configurates Parameters. Sets a dictionary of {name: value} pairs that describe the parameters used to run the report.

ReportName(string)

Configurates ReportName. Sets the report name.