C# Class PdfRpt.DataAnnotations.IncludeInGroupingAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
IncludeInGroupingAttribute ( bool includeInGrouping ) : System

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

Method Details

IncludeInGroupingAttribute() public méthode

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.
Résultat System