Reporting

The ReportViewer type exposes the following members.

Constructors

  NameDescription
Public methodReportViewer
Initializes a new instance of the ReportViewer class.

Methods

  NameDescription
Public methodStatic memberEnsureAbsoluteUri
Determines whether the given Uri is absolute. If not, creates a new absolute Uri based on the combination of [!:SilverlightHost.Source] for the current application and the given relative uri.
Public methodOnApplyTemplate
Invoked whenever application code or internal processes call ApplyTemplate.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Protected methodOnRenderBegin
Occurs when rendering begins.

Fields

  NameDescription
Public fieldStatic memberReportProperty
Defines the Report dependency property.
Public fieldStatic memberReportServiceClientFactoryProperty
Defines the ReportServiceClientFactory property.
Public fieldStatic memberReportServiceUriProperty
Defines the ReportServiceUri property.
Public fieldStatic memberReportSourceUriProperty Obsolete.
Defines the ReportSourceUri property.
Public fieldStatic memberTextResourcesProperty
Defines the TextResources property.
Public fieldStatic memberUseDefaultPrinterProperty
Defines the UseDefaultPrinter property.
Public fieldStatic memberUseNativePrintingProperty
Defines the UseNativePrinting property.
Public fieldStatic memberViewModeProperty
Defines the ViewMode property.
Public fieldStatic memberZoomModeProperty
Defines the ZoomMode property.
Public fieldStatic memberZoomPercentProperty
Defines the ZoomPercent property.

Properties

  NameDescription
Public propertyReport
Specifies the assembly qualified name of the report class which should be displayed by the viewer.
Public propertyReportServerUri 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.
Public propertyReportServiceClientFactory
Gets or sets the IReportServiceClientFactory that ReportViewer will use the next time a new instance of ReportServiceClient is required.
Public propertyReportServiceUri
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.
Public propertyTextResources
Gets or sets the tooltips and the messages of the control.
Public propertyUseDefaultPrinter
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.
Public propertyUseNativePrinting
Specifies whether to use native Silverlight printing or not.
Public propertyViewMode
Specifies whether the viewer is in interactive or print preview mode.
Public propertyZoomMode
Gets or sets the zoom mode of the control.
Public propertyZoomPercent
Gets or sets the zoom percentage to use when displaying the report.

Events

  NameDescription
Public eventRenderBegin
Occurs when rendering of the report begins.

See Also