MindFusion WinForms Programmer's Guide
ReportItem.Size Property
See Also
 





Gets or sets the size of the item.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public virtual Nullable<Dimension> Size { get; set; }

Visual Basic  Copy Code

Public Overridable Property Size As Nullable(Of Dimension)

 Property Value

A Dimension object or null (Nothing in Visual Basic) to indicate the default item size.

 See Also

ReportItem Members
ReportItem Class
MindFusion.Reporting Namespace
Location Property