ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReport Interface / HasSharedDataSet Property

In This Topic
    HasSharedDataSet Property
    In This Topic
    Gets a value indicating whether the report has a shared data set.
    Syntax
    'Declaration
     
    ReadOnly Property HasSharedDataSet As Boolean
    bool HasSharedDataSet {get;}

    Property Value

    true if the report has a shared data set; otherwise, false.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also