ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Rendering.IO Namespace / MemoryStreamProvider Class / CreatePrimaryStream Method
a string value indicating the mime type for the primary stream.
a string value indicating the file extension to use for the primary stream.

In This Topic
    CreatePrimaryStream Method (MemoryStreamProvider)
    In This Topic
    Creates the primary working stream.
    Syntax
    'Declaration
     
    Public Overrides Function CreatePrimaryStream( _
       ByVal mimeType As String, _
       ByVal suggestedFileExtension As String _
    ) As StreamInfo
    public override StreamInfo CreatePrimaryStream( 
       string mimeType,
       string suggestedFileExtension
    )

    Parameters

    mimeType
    a string value indicating the mime type for the primary stream.
    suggestedFileExtension
    a string value indicating the file extension to use for the primary stream.

    Return Value

    StreamInfo.
    See Also