ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / LocateDataSourceArgs Class / SetData Method
The data to be passed to the DbCommand

In This Topic
    SetData Method
    In This Topic
    Sets the requested data. It can be an object, stream, string or something else depending on the data provider.
    Syntax
    'Declaration
     
    Public Sub SetData( _
       ByVal data As Object _
    ) 
    public void SetData( 
       object data
    )

    Parameters

    data
    The data to be passed to the DbCommand
    See Also