ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / LocateDataSourceArgs Class
Properties Methods

In This Topic
    LocateDataSourceArgs Class Members
    In This Topic

    The following tables list the members exposed by LocateDataSourceArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LocateDataSourceArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet the data set by SetData method.  
    Public PropertyGets a sign indicating whether the data was set by SetData method.  
    Public PropertyGets the name of the requested data source. The meaning depends on the data provider type.  
    Public PropertyGets the collection of the parameters of the command for which the data is requested.  
    Top
    Public Methods
     NameDescription
    Public MethodSets the requested data. It can be an object, stream, string or something else depending on the data provider.  
    Top
    See Also