Method | Description | |
---|---|---|
AddBorderToTable ( this table ) : |
Adds a border to an existing PdfGrid
|
|
AddBorderToTable ( this table, |
Adds a border to an existing PdfGrid
|
|
AddDefaultEmptyDataSourceTable ( |
It will be used for OnDataSourceIsEmptyEvent.
|
|
AddSimpleRow ( this table ) : void |
Adds a new row to the specified table. The default IColumnItemsTemplate would be TextBlockField.
|
|
AddSummaryRow ( this table, IList |
Adds a SummaryRow to an existing PdfGrid
|
|
CloneMainTableStructure ( |
To add manual AddSummaryRows, we need to create a clone of the MainTable's structure.
|
|
CreateEmptyRowTable ( string phrase = " ", float widthPercentage = 100, float fixedHeight = 35, int border ) : |
Creates a new PdfGrid with one column and row.
|
|
SimpleTable ( int columnsNumber, IList |
Creates a simple PdfGrid.
|
|
SimpleTable ( int columnsNumber, IList |
Creates a simple PdfGrid.
|
|
SimpleTable ( int columnsNumber, IList |
Creates a simple PdfGrid.
|
Method | Description | |
---|---|---|
addSimpleRowCell ( |
public static AddBorderToTable ( this table ) : |
||
table | this | table |
return |
public static AddBorderToTable ( this table, |
||
table | this | Table |
borderColor | Border's color | |
spacingBefore | float | Spacing before the table |
return |
public static AddDefaultEmptyDataSourceTable ( |
||
pdfDoc | Pdf document object | |
pdfRptFont | IPdfFont | fonts |
runDirection | PdfRunDirection | A possible run direction value, left-to-right or right-to-left |
message | string | a message to show |
return | void |
public static AddSimpleRow ( this table ) : void | ||
table | this | |
return | void |
public static AddSummaryRow ( this table, IList |
||
table | this | An existing PdfGrid |
pdfColumnsDefinitions | IList |
List of the PdfColumnAttributes |
summaryProperty | string | Sets the location of summary cell's data |
labelProperty | string | Sets the location of summary cell's label |
summaryCell | PdfRpt.Core.Contracts.CellAttributes | SummaryCell's Attributes |
labelCell | PdfRpt.Core.Contracts.CellAttributes | LabelCell's Attributes |
emptyCell | PdfRpt.Core.Contracts.CellAttributes | The other not in use cell's Attributes |
itemsTemplate | IColumnItemsTemplate | Default ItemsTemplate |
return | void |
public static CloneMainTableStructure ( |
||
pageSetup | Document settings | |
pdfColumnsDefinitions | IList |
List of the PdfColumnAttributes |
return |
public static CreateEmptyRowTable ( string phrase = " ", float widthPercentage = 100, float fixedHeight = 35, int border ) : |
||
phrase | string | An optional phrase to display |
widthPercentage | float | Width of the table |
fixedHeight | float | Height of the table |
border | int | Border width |
return |
public static SimpleTable ( int columnsNumber, IList |
||
columnsNumber | int | number of columns |
pdfCellAttributesList | IList |
PdfCells Attributes List |
return |
public static SimpleTable ( int columnsNumber, IList |
||
columnsNumber | int | Number of columns |
pdfCellAttributesList | IList |
PdfCells Attributes List |
nullRowBackgroundColor | You can set the cells attributes to null. nullRowBackgroundColor indicates background color of these cells. Default color is white here. | |
showBorder | bool | Indicates visibility of the table's border |
return |
public static SimpleTable ( int columnsNumber, IList |
||
columnsNumber | int | number of columns |
pdfCellAttributesList | IList |
PdfCells Attributes List |
showBorder | bool | Indicates visibility of the table's border |
return |