C# Class PdfRpt.DataAnnotations.IncludeInGroupingAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
IncludeInGroupingAttribute ( bool includeInGrouping ) : System

Defining how a property of MainTableDataSource should be rendered as a column's cell.

Method Details

IncludeInGroupingAttribute() public method

Defining how a property of MainTableDataSource should be rendered as a column's cell.
public IncludeInGroupingAttribute ( bool includeInGrouping ) : System
includeInGrouping bool Defining a group of rows by including this filed in grouping.
return System