MindFusion.Reporting for Silverlight Programmer's Guide
Report.SetMeasureUnit Method
See Also
 





Sets the value of the Report.MeasureUnit attached property for a given dependency object.

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

 Syntax

C#  Copy Code

public static void SetMeasureUnit (
    DependencyObject target,
    GraphicsUnit value
)

Visual Basic  Copy Code

Public Shared Sub SetMeasureUnit ( _
    target As DependencyObject, _
    value As GraphicsUnit _
)

 Parameters

target

The element to which the property value is written.

value
The new value for the MeasureUnit property for the specified element.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace
GetMeasureUnit Method