[]
Defines a builder to configurate ReportViewer.
public class ReportViewerBuilder : ViewerBaseBuilder<ReportViewer, ReportViewerBuilder>, IHtmlString
| Name | Description |
|---|---|
| ReportViewerBuilder(ReportViewer) | Creates one ReportViewerBuilder instance to configurate |
| 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. |