TdxPSPDFReportExportOptions.DefaultFileNameAssigned Property
Specifies if the default file name is defined for exported PDF documents.
Declaration
property DefaultFileNameAssigned: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property value changes to True every time the DefaultFileName property value changes. Set the DefaultFileNameAssigned property to False to use the Title property value as the default file name for exported PDF documents.
The DefaultFileNameAssigned property’s default value is False.
See Also