Name | Description | |
---|---|---|
ReportViewer Constructor | Creates one ReportViewer instance. |
The following tables list the members exposed by ReportViewer.
Name | Description | |
---|---|---|
ReportViewer Constructor | Creates one ReportViewer instance. |
Name | Description | |
---|---|---|
Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) | |
CssClass | Gets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control) | |
CssStyles | Gets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Control) | |
FilePath | Gets or sets the document path. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
FullScreen | Gets or sets whether viewer is under full screen mode. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
Height | Gets or sets the height of the control. (Inherited from C1.Web.Mvc.Control) | |
HtmlAttributes | Gets the HTML attributes. (Inherited from C1.Web.Mvc.Control) | |
Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) | |
IsDisabled | Gets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control) | |
IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control) | |
MouseMode | Gets or sets a value indicating the mouse behavior. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientBeforeSendRequest | Occurs before every request sent to the server. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientFullScreenChanged | Occurs after the full screen mode is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientMouseModeChanged | Occurs after the mouse mode is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientPageIndexChanged | Occurs after the page index is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientQueryLoadingData | Queries the request data sent to the service before loading the document. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientRefreshed | Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Control) | |
OnClientRefreshing | Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Control) | |
OnClientViewModeChanged | Occurs after the view mode is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientZoomFactorChanged | Occurs after the zoom factor is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
OnClientZoomModeChanged | Occurs after the zoom mode is changed. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
Paginated | Gets or sets a value indicating whether the content should be represented as set of fixed sized pages. | |
Parameters | Gets or sets a dictionary of {name: value} pairs that describe the parameters used to run the report. | |
ReportName | Gets or sets the report name. | |
RequestHeaders | Gets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
Selector | Gets or sets the selector to macth the dom element(s) which the control is attached to. (Inherited from C1.Web.Mvc.Control) | |
ServiceUrl | Gets or sets the service url. It works as "~/api/" when it is not set. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
TabOrder | Gets or sets a value of the tabindex attribute associated with the control. (Inherited from C1.Web.Mvc.Control) | |
TemplateBindings | Gets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control) | |
ThresholdWidth | Gets or sets the threshold to switch between mobile and PC template (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
UniqueId | Gets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control) | |
ViewMode | Gets or sets the view mode. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
Width | Gets or sets the width of the control. (Inherited from C1.Web.Mvc.Control) | |
ZoomFactor | Gets or sets the zoom factor. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) | |
ZoomMode | Gets or sets a value indicating the current zoom mode to show the document pages. (Inherited from C1.Web.Mvc.Viewer.ViewerBase) |
Name | Description | |
---|---|---|
ChildComponentsCreated | Gets or sets a boolean value indicates whether child components are created. (Inherited from C1.Web.Mvc.Component) | |
HasScripts | Gets a boolean value indicates whether current component has the scripts which need to be rendered. (Inherited from C1.Web.Mvc.Component) | |
TagKey | Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. (Inherited from C1.Web.Mvc.Control) | |
UrlHelper | Gets the url helper. (Inherited from C1.Web.Mvc.Component) |
Name | Description | |
---|---|---|
Render | Render the component result to the writer. (Inherited from C1.Web.Mvc.Control) | |
ToHtmlString | Returns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component) |
Name | Description | |
---|---|---|
CreateChildComponents | Creates child components. (Inherited from C1.Web.Mvc.Component) | |
EnsureChildComponents | Ensure the child components created. (Inherited from C1.Web.Mvc.Component) | |
OnPreRender | This method is performed before rendering. (Inherited from C1.Web.Mvc.Control) | |
RegisterStartupScript | Registers the start-up script. (Inherited from C1.Web.Mvc.Control) | |
RenderAttributes | Renders the html attributes of control. (Inherited from C1.Web.Mvc.Control) | |
RenderBeginTag | Renders begin tag of control. (Inherited from C1.Web.Mvc.Control) | |
RenderContent | Renders content of control. (Inherited from C1.Web.Mvc.Control) | |
RenderEndTag | Renders end tag of control. (Inherited from C1.Web.Mvc.Control) | |
RenderMarkup | Renders the control markup. (Inherited from C1.Web.Mvc.Control) |