ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / SampleReportDescriptorDeserializer Class / Deserialize Method

In This Topic
    Deserialize Method (SampleReportDescriptorDeserializer)
    In This Topic
    Deserialises samples report descriptors.
    Syntax
    'Declaration
     
    Public Shared Function Deserialize( _
       ByVal sampleReportRootDirectory As String _
    ) As IEnumerable(Of SampleReportDescriptor)

    Parameters

    sampleReportRootDirectory

    Return Value

    Returns the deserialised descriptors of the sample reports.
    Remarks
    This interface 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