Show / Hide Table of Contents

    IDataStore.GetReport (int row, string name) Method

    .NET Standard 2.x

    Gets the report from the composite or nested report.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public IDataStore GetReport(int row, string name);
    

    Parameters

    row System.Int32

    The zero-based index number of the row.

    name System.String

    The name of the nested report which is a DataWindow object.

    Returns

    DWNet.Data.IDataStore

    The reference to the nested report.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon