C# 클래스 PdfRpt.DataAnnotations.IncludeInGroupingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
IncludeInGroupingAttribute ( bool includeInGrouping ) : System

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

메소드 상세

IncludeInGroupingAttribute() 공개 메소드

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.
리턴 System