The ReportViewer type exposes the following members.
Constructors
|
| Name | Description |
|---|
 | ReportViewer |
Initializes a new instance of the ReportViewer class.
|
Methods
Fields
Properties
|
| Name | Description |
|---|
 | Report |
Specifies the assembly qualified name of the report class which should be displayed by the viewer.
|
 | ReportServerUri | Obsolete.
Specifies the Uri to the Telerik WCF Report service. The Uri may be
absolute or relative. For complete information on how the relative Uris are resolved
to absolute please see EnsureAbsoluteUri(Uri) method.
|
 | ReportServiceClientFactory |
Gets or sets the IReportServiceClientFactory that ReportViewer will use the next
time a new instance of ReportServiceClient is required.
|
 | ReportServiceUri |
Specifies the Uri to the Telerik WCF Report service. The Uri may be
absolute or relative. For complete information on how the relative Uris are resolved
to absolute please see EnsureAbsoluteUri(Uri) method.
|
 | TextResources |
Gets or sets the tooltips and the messages of the control.
|
 | UseDefaultPrinter |
Specifies whether or not to automatically print to the default printer for
the computer without showing a print dialog. Requires elevated permissions.
If the application is partially trusted the property is ignored.
|
 | UseNativePrinting |
Specifies whether to use native Silverlight printing or not.
|
 | ViewMode |
Specifies whether the viewer is in interactive or print preview mode.
|
 | ZoomMode |
Gets or sets the zoom mode of the control.
|
 | ZoomPercent |
Gets or sets the zoom percentage to use when displaying the report.
|
Events
|
| Name | Description |
|---|
 | RenderBegin |
Occurs when rendering of the report begins.
|
See Also