Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DefaultFonts ( Action |
Sets the documents's default fonts.
|
|
DocumentPreferences ( Action |
Document settings
|
|
Encrypt ( Action |
Sets the encryption preferences for this document.
|
|
Export ( Action |
Sets the desired exporters such as ExportToExcel. You can set multiple exporters here.
|
|
Generate ( Action |
Generates the final PDF file.
|
|
GenerateAsByteArray ( bool debugMode = false ) : byte[] |
Generates the final PDF file.
|
|
MainTableAdHocColumnsConventions ( Action |
If you don't set PdfColumnsDefinitions, list of the main table's columns will be extracted from MainTableDataSource automatically. Here you can control how cells should be rendered based on their specific data types.
|
|
MainTableColumns ( Action |
Defining how a property of MainTableDataSource should be rendered as a column's cell.
|
|
MainTableDataSource ( Action |
Main table's data source. The data to render.
|
|
MainTableEvents ( Action |
Sets the Main table's cells and rows events.
|
|
MainTablePreferences ( Action |
MainTable's general properties
|
|
MainTableSummarySettings ( Action |
Pages and groups summary values settings
|
|
MainTableTemplate ( Action |
Sets the default template.
|
|
PagesFooter ( Action |
Defines custom footer of the each page.
|
|
PagesHeader ( Action |
Defines dynamic headers for pages and individual groups.
|
|
PdfReport ( ) : System |
ctor.
|
|
Sign ( Action |
Sets ths digital signature's info.
|
public DefaultFonts ( Action |
||
pdfRptDefaultFontsBuilder | Action |
|
Résultat |
public DocumentPreferences ( Action |
||
pdfRptPagePreferencesBuilder | Action |
Document settings builder |
Résultat |
public Encrypt ( Action |
||
pdfRptEncryptedFileBuilder | Action |
encryption preferences builder |
Résultat |
public Export ( Action |
||
pdfRptExportToBuilder | Action |
DataExporter Builder |
Résultat |
public Generate ( Action |
||
pdfRptFileBuilder | Action |
Pdf RptFile Builder Settings |
debugMode | bool | Run in debug mode |
Résultat | IPdfReportData |
public GenerateAsByteArray ( bool debugMode = false ) : byte[] | ||
debugMode | bool | |
Résultat | byte[] |
public MainTableAdHocColumnsConventions ( Action |
||
mainTableAdHocColumnsConventionsBuilder | Action |
Conventions Builder |
Résultat |
public MainTableColumns ( Action |
||
mainTableColumnsBuilder | Action |
Columns Builder |
Résultat |
public MainTableDataSource ( Action |
||
mainTableDataSourceBuilder | Action |
Data Source Builder |
Résultat |
public MainTableEvents ( Action |
||
mainTableEventsBuilder | Action |
Events Builder |
Résultat |
public MainTablePreferences ( Action |
||
pdfRptMainTablePreferencesBuilder | Action |
MainTable's general properties builder |
Résultat |
public MainTableSummarySettings ( Action |
||
mainTableSummarySettingsBuilder | Action |
Summary Settings Builder |
Résultat |
public MainTableTemplate ( Action |
||
mainTableTemplateBuilder | Action |
Template Builder |
Résultat |
public PagesFooter ( Action |
||
pagesFooterBuilder | Action |
Pages Footer Builder |
Résultat |
public PagesHeader ( Action |
||
pagesHeaderBuilder | Action |
Pages Header Builder |
Résultat |
public Sign ( Action |
||
pdfRptSignedFileBuilder | Action |
digital signature's info builder |
Résultat |