<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / Save Method / Save(Stream,FileFormat,SaveOptions) Method

In This Topic
    Save(Stream,FileFormat,SaveOptions) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As Stream, _
       ByVal format As FileFormat, _
       ByVal options As SaveOptions _
    ) 
    public void Save( 
       Stream stream,
       FileFormat format,
       SaveOptions options
    )

    Parameters

    stream
    format
    options
    See Also