Telerik.ReportViewer.Mvc
Represents a builder that provides a way to initialize the event handlers of the report viewer.
Attach the event handler that will be called when the rendering of the report begins.
The name of the handler as string, without parentheses.
Attach the event handler that will be called when the rendering of the report ends.
The name of the handler as string, without parentheses.
Attach the event handler that will be called prior to starting the print report command.
The name of the handler as string, without parentheses.
Attach the event handler that will be called when the print document (Adobe PDF) is ready for download, but prior to being send to the printer.
The name of the handler as string, without parentheses.
Attach the event handler that will be called prior to starting the report export command.
The name of the handler as string, without parentheses.
Attach the event handler that will be called when the exported document is ready for download, but prior to the actual downloading.
The name of the handler as string, without parentheses.
Attach the event handler that will be called every time the UI needs an update;
can be used for changing the UI of the report viewer while interacting with the reports.
The name of the handler as string, without parentheses.
Attach the event handler that will be called every time a page from the report is rendered and ready for display.
The name of the handler as string, without parentheses.
Attach the event handler that will be called when an error occurs.
The name of the handler as string, without parentheses.
Attach the event handler that will be called when the report viewer template is loaded.
The name of the handler as string, without parentheses.
Represents a custom parameter editor.
The name of the match function as string, without parentheses.
The name of the createEditor function as string, without parentheses.
A class that contains a collection of all Telerik Reporting widgets
A factory used to generate the javascript representation of Telerik Reporting widgets
Represents a builder that provides a way to initialize the parameter editors of the report viewer.
Attach the parameter editor that will handle parameters that have provided AvailableValues and MultiValue set to true.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle parameters that have provided AvailableValues and MultiValue set to false.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle parameters that have MultiValue set to true but have not provided AvailableValues.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle DateTime parameters.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle String parameters.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle Numeric parameters.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle Boolean parameters.
The name of the createEditor function as string, without parentheses.
Attach the parameter editor that will handle non defined parameters.
The name of the createEditor function as string, without parentheses.
Attach parameter editors that can handle custom scenarios.
For example MultiValue parameter of DateTime type.
Custom editors are added before all other editors, in the specified order.
The custom parameter editor with both a match function and createEditor function.
Represents a resolver that creates string representation of a report document reference from a
Creates a string representation based on a .
The report source to resolve
The resulting string representation
Represents a builder that provides a way to initialize the report viewer
Each report viewer must have an id - it will be used by the initialization script
to find the element and initialize the report viewer.
The url of the service which will provide the report viewer with reports.
The service must be properly configured so that the report viewer can
successfully communicate with the server.
For more information on how to configure the service please check http://www.telerik.com/help/reporting/telerik-reporting-rest-conception.html.
The connection data of the report server that hosts the reports.
For more information see http://www.telerik.com/help/reporting/html5-report-viewer-howto-use-it-with-reportserver.html.
The encoded authentication token used to authenticate the requests.
The url for the report viewer template. The template can be edited -
new functionalities can be added and not needed ones can be removed.
For more information please check http://www.telerik.com/help/reporting/html5-report-viewer-templates.html.
Sets the
for the report displayed in the viewer.
Sets the as
for the report displayed in the viewer.
Sets the as
for the report displayed in the viewer.
Sets the as
for the report displayed in the viewer.
Sets the as
for the report displayed in the viewer.
Sets the parameters of the
as IDictionary<System.String, System.Object>
Specifies whether the viewer is in interactive or print preview mode.
PRINT_PREVIEW - Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
INTERACTIVE - Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
Specifies whether the viewer is in interactive or print preview mode.
PrintPreview - Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
Interactive - Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
Sets the scale mode of the viewer.
Three modes exist currently:
FIT_PAGE - The whole report will fit on the page (will zoom in or out), regardless of its width and height.
FIT_PAGE_WIDTH - The report will be zoomed in or out so that the width of the screen and the width of the report match.
SPECIFIC - Uses the scale to zoom in and out the report.
Sets the scale mode of the viewer.
Three modes exist currently:
FitPage - The whole report will fit on the page (will zoom in or out), regardless of its width and height.
FitPageWidth - The report will be zoomed in or out so that the width of the screen and the width of the report match.
Specific - Uses the scale to zoom in and out the report.
Zoom in and out the report using the scale.
1.0 is equal to 100%, i.e. the original size of the report.
Sets the chain of report resolvers
Sets whether the viewer’s client session to be persisted between the page’s refreshes(ex. postback).
The session is stored in the browser’s sessionStorage and is available for the duration of the page session.
Sets whether the viewer should use the browser's Adobe PDF plug-in for the print action.
Sets the print mode of the viewer.
Three modes exist currently:
AutoSelect - Specifies that the viewer should automatically determine how to print: through the browser's PDF plug-in or through export to a PDF file.
ForcePDFPlugin - Specifies that the viewer should always use the PDF plugin regardless of the browser's version and settings.
ForcePDFFile - Specifies that the viewer should always export the report document to PDF format with the 'print' script enabled.
Specifies the print mode of the viewer.
Sets the class to be used by buttons in the disabled state.
Sets the viewer’s parameters area initial visibility state.
Sets the viewer’s document map initial visibility state.
Sets the class to be used by buttons in the checked state.
Defers the script initialization statement.
Provides a way to initialize the event handlers of the report viewer.
Provides a way to initialize the parameter editors of the report viewer.
Represents a factory used to generate the JavaScript representation of Telerik Reporting widgets
Represents the MVC ReportViewer wrapper.
Renders deferred initialization statements.
Specifies how the viewer should handle the print command.
Specifies that the viewer should automatically determine how to print: through the browser's PDF plug-in or through export to a PDF file.
Specifies that the viewer should always use the PDF plugin regardless of the browser's version and settings.
Specifies that the viewer should always export the report document to PDF format with the 'print' script enabled.
Provides a class for the report server data.
Contains the URL to the report server instance, a valid username and password.
The default constructor.
The URL of the Telerik Report Server instance
A valid username that exists in Report Server registered users.
Empty in order to use the built-in Guest account.
Either usage requires configured server permissions for accessing the report.
The password associated with the username
Base report resolver
Constructor
The parent resolver.
Determines if a can be resolved.
The to be resolved.
True if the can be resolved. Otherwise returns false.
Resolves a to string.
The to be resolved.
The resolved as string.
Creates a string representation from instance.
Initializes a new instance of the class.
Initializes a new instance of the class.
The fallback resolver
Determines if a can be resolved as a .
The to be resolved.
True if the can be resolved as .
Otherwise returns false.
Resolves the as to string.
The to be resolved.
The resolved as string.
Creates an relative path to .trdx file from instance.
Initializes a new instance of the class.
Initializes a new instance of the class.
Physical directory where .trdx reports are located.
Used as path prefix when relative path is passed for resolving.
Initializes a new instance of the class.
The fallback resolver
Physical directory where .trdx reports are located.
Used as path prefix when relative path is passed for resolving.
Determines if a can be resolved as a .
The to be resolved.
True if the can be resolved as .
Otherwise returns false.
Resolves the as to string.
The to be resolved.
The resolved as string.
Sets the scale mode of the viewer
The report will be zoomed in or out so that the width of the screen and the width of the report match.
The whole report will fit on the page (will zoom in or out), regardless of its width and height.
Uses the scale to zoom in and out the report.
Sets the scale mode of the viewer
The report will be zoomed in or out so that the width of the screen and the width of the report match.
The whole report will fit on the page (will zoom in or out), regardless of its width and height.
Uses the scale to zoom in and out the report.
Specifies whether the viewer is in interactive or print preview mode
Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
Specifies whether the viewer is in interactive or print preview mode
Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to The name of the element cannot be blank..
Looks up a localized string similar to The name of the element cannot contain invalid characters..
Specifies how the viewer should handle the print command.
Specifies that the viewer should automatically determine how to print: through the browser's PDF plug-in or through export to a PDF file.
Specifies that the viewer should always use the PDF plugin regardless of the browser's version and settings.
Specifies that the viewer should always export the report document to PDF format with the 'print' script enabled.
Provides a class for the report server data.
Contains the URL to the report server instance, a valid username and password.
The default constructor.
The URL of the Telerik Report Server instance
A valid username that exists in Report Server registered users.
Empty in order to use the built-in Guest account.
Either usage requires configured server permissions for accessing the report.
The password associated with the username. Empty when Username is not set
Sets the scale mode of the viewer
The report will be zoomed in or out so that the width of the screen and the width of the report match.
The whole report will fit on the page (will zoom in or out), regardless of its width and height.
Uses the scale to zoom in and out the report.
Specifies whether the viewer is in interactive or print preview mode
Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
Displays the paginated report as if it is printed on paper. Interactivity is not enabled.