ReportItem.Location override.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public override Location Location { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Location As Location |
RemarksThe x component of this property is irrelevant and is always 0.
See Also