Gets or sets the unit of the report measures.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public GraphicsUnit MeasureUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MeasureUnit As GraphicsUnit |
A member of the .NET GraphicsUnit enumeration specifying the units of measure in the report.
See Also