Method | Description | |
---|---|---|
ColumnsWidthsType ( TableColumnWidthType widthType ) : void |
Determines the WidthType of the column.
|
|
GroupsPreferences ( |
Groups Preferences.
|
|
HorizontalStackPanelPreferences ( int columnsPerRow ) : void |
If MainTableType is set to HorizontalStackPanel, here you can define its preferences such as number of columns per row. Please note that All columns and properties of an object will create a single cell here.
|
|
KeepTogether ( bool keep ) : void |
If true, the table will be kept on one page if it fits, by forcing a new page if it doesn't fit on the current page.
|
|
MainTablePreferencesBuilder ( |
ctor.
|
|
MainTableType ( TableType tableType ) : void |
Sets the TableType. Its default value is a noraml PdfGrid.
|
|
MultipleColumnsPerPage ( PdfRpt.Core.Contracts.MultipleColumnsPerPage multipleColumns ) : void |
Wrapping main table in multiple columns per pages.
|
|
NumberOfDataRowsPerPage ( int rowsPerPage ) : void |
If sets to zero, NumberOfDataRowsPerPage will be calculated automatically, otherwise as specified. Its default value is 0.
|
|
ShowHeaderRow ( bool show ) : void |
Sets the visibility of the main table's header row. It's true by default.
|
|
SpacingAfter ( float spacing ) : void |
Spacing after the main table.
|
|
SpacingBefore ( float spacing ) : void |
Spacing before the main table.
|
|
SplitLate ( bool split ) : void |
Split the cells of the first row that doesn't fit the page. If true, a that row doesn't fit on the page, its complete row will be forwarded to the next page. If false, rows that are too high to fit on a page will be dropped from the table. Its default value is true.
|
|
SplitRows ( bool split ) : void |
If true, splits rows that are forwarded to the next page but that still don't fit because the row height exceeds the available page height. Its default value is true.
|
public ColumnsWidthsType ( TableColumnWidthType widthType ) : void | ||
widthType | TableColumnWidthType | |
return | void |
public GroupsPreferences ( |
||
preferences | Groups Preferences | |
return | void |
public HorizontalStackPanelPreferences ( int columnsPerRow ) : void | ||
columnsPerRow | int | number of columns per row |
return | void |
public MainTablePreferencesBuilder ( |
||
pdfReport | ||
return | PdfRpt.Core.Contracts |
public MainTableType ( TableType tableType ) : void | ||
tableType | TableType | Value of the TableType |
return | void |
public MultipleColumnsPerPage ( PdfRpt.Core.Contracts.MultipleColumnsPerPage multipleColumns ) : void | ||
multipleColumns | PdfRpt.Core.Contracts.MultipleColumnsPerPage | multiple columns per page |
return | void |
public NumberOfDataRowsPerPage ( int rowsPerPage ) : void | ||
rowsPerPage | int | number of data rows per page |
return | void |
public ShowHeaderRow ( bool show ) : void | ||
show | bool | show header row |
return | void |
public SpacingBefore ( float spacing ) : void | ||
spacing | float | |
return | void |