[]
Generates the current document, using the RefreshCalculatedValues refresh mode.
public bool Generate()
Type | Description |
---|---|
bool | true if no warnings occurred during document generation, false if there were warnings (in that case, the Warnings property on the current document contains the warnings that were issued). |
Generates the current document. Depending on the specified refresh mode, may update data-bound and calculated values.
public bool Generate(RefreshModeEnum refreshMode)
Type | Name | Description |
---|---|---|
RefreshModeEnum | refreshMode | A RefreshModeEnum value indicating what data should be refreshed during generation. |
Type | Description |
---|---|
bool | true if no warnings occurred during document generation, false if there were warnings (in that case, the Warnings property on the current document contains the warnings that were issued). |