Gets or sets the margin of this data range, that is, the distance between the edge of this data range and the report elements adjacent to it.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Margins Margin { get; set; } |
Visual Basic Copy Code |
---|
Public Property Margin As Margins |
An instance of the Margins class. The default is a Margins object with all sides set to 0.
This property is particularly useful when you want to specify spacing between the adjacent instances of a DataRange.