ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class / IsRemoteReport Property

In This Topic
    IsRemoteReport Property
    In This Topic
    Gets or sets a value indicating whether the report is received from the server
    Syntax
    'Declaration
     
    Public Property IsRemoteReport As Boolean
    public bool IsRemoteReport {get; set;}
    See Also