Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |
|
Результат |
public DocumentPreferences ( Action |
||
pdfRptPagePreferencesBuilder | Action |
Document settings builder |
Результат |
public Encrypt ( Action |
||
pdfRptEncryptedFileBuilder | Action |
encryption preferences builder |
Результат |
public Export ( Action |
||
pdfRptExportToBuilder | Action |
DataExporter Builder |
Результат |
public Generate ( Action |
||
pdfRptFileBuilder | Action |
Pdf RptFile Builder Settings |
debugMode | bool | Run in debug mode |
Результат | IPdfReportData |
public GenerateAsByteArray ( bool debugMode = false ) : byte[] | ||
debugMode | bool | |
Результат | byte[] |
public MainTableAdHocColumnsConventions ( Action |
||
mainTableAdHocColumnsConventionsBuilder | Action |
Conventions Builder |
Результат |
public MainTableColumns ( Action |
||
mainTableColumnsBuilder | Action |
Columns Builder |
Результат |
public MainTableDataSource ( Action |
||
mainTableDataSourceBuilder | Action |
Data Source Builder |
Результат |
public MainTableEvents ( Action |
||
mainTableEventsBuilder | Action |
Events Builder |
Результат |
public MainTablePreferences ( Action |
||
pdfRptMainTablePreferencesBuilder | Action |
MainTable's general properties builder |
Результат |
public MainTableSummarySettings ( Action |
||
mainTableSummarySettingsBuilder | Action |
Summary Settings Builder |
Результат |
public MainTableTemplate ( Action |
||
mainTableTemplateBuilder | Action |
Template Builder |
Результат |
public PagesFooter ( Action |
||
pagesFooterBuilder | Action |
Pages Footer Builder |
Результат |
public PagesHeader ( Action |
||
pagesHeaderBuilder | Action |
Pages Header Builder |
Результат |
public Sign ( Action |
||
pdfRptSignedFileBuilder | Action |
digital signature's info builder |
Результат |