ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / SampleReportDescriptor Structure
Members

In This Topic
    SampleReportDescriptor Structure
    In This Topic
    Describes a sample report.
    This struct encapsulates the details of a sample report including its path, name, description, id and preview.
    Object Model
    SampleReportDescriptor Structure
    Syntax
    'Declaration
     
    Public Structure SampleReportDescriptor 
       Inherits System.ValueType
    public struct SampleReportDescriptor : System.ValueType 
    Remarks
    This struct 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor

    See Also