Save()
|
none
|
Saves a report displayed in the current designer document to a file.
|
Save(Action<XtraReport>)
|
reportStorage
|
Saves a report displayed by the current designer document to the specified report storage.
|
Save(Action<Byte[]>)
|
reportStorage
|
Saves a report displayed by the current designer document to the specified binary storage.
|
Save(Stream)
|
reportStorage
|
Saves a report displayed by the current designer document to the specified stream.
|
Save(String)
|
reportFilePath
|
Saves a report displayed in the current document to the specified file.
|