Table of Contents

Class LayoutAttribute

Namespace
Balsam.Reporting
Assembly
Balsam.Reporting.dll

Informs the document builder of the page layout used by the control.

[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class LayoutAttribute : Attribute, _Attribute
Inheritance
LayoutAttribute
Implements
Inherited Members
Extension Methods

Constructors

LayoutAttribute(int, int)

Creates a new LayoutAttribute with the specified number of columns/rows.

public LayoutAttribute(int columns, int rows)

Parameters

columns int
rows int

Properties

Columns

Gets the number of columns per page.

public int Columns { get; }

Property Value

int

Rows

Gets the number of rows per page.

public int Rows { get; }

Property Value

int