LayoutRow

Classes > Nimblesite.Reporting.Engine > LayoutRow

A row of cells in the report grid.

public sealed record LayoutRow : IEquatable<LayoutRow>

Constructors

LayoutRow

public LayoutRow(ImmutableArray<LayoutCell> Cells)

A row of cells in the report grid.

Parameter Type Description
Cells LayoutCell>

Properties

Cells

public ImmutableArray<LayoutCell> Cells { get; init; }