MindFusion.Reporting for Silverlight Programmer's Guide
ReportViewer.Document Property
See Also
 





Gets or sets the Report instance, associated with the ReportViewer. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public Report Document { get; set; }

Visual Basic  Copy Code

Public Property Document As Report

 Property Value

An instance of the Report class.

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace