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





Gets or sets the current zoom factor, expressed as percentage. This is a dependency property.

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

 Syntax

C#  Copy Code

public double CurrentZoom { get; set; }

Visual Basic  Copy Code

Public Property CurrentZoom As Double

 Property Value

An integer value specifying the current zoom factor in the viewer, expressed as percentage. The default is 100.

 Remarks

The effective values for this property range from 10 to 500.

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace