[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.GetUniqueFile

GetUniqueFile Method

GetUniqueFile(string, string, string)

Ensures a unquie fille name

Declaration
protected virtual FileInfo GetUniqueFile(string mimeType, string fileExtension, string prefix)
Parameters
Type Name Description
string mimeType

a string value indicating the mime type for the primary stream.

string fileExtension

a string value indicating the file extension to use for the primary stream.

string prefix

a string value indicating the value to place before the file extension

Returns
Type Description
FileInfo

a FileInfo for the stream to use.