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

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

    Parameters

    sampleReportRootDirectory

    Return Value

    Returns the deserialised descriptors of the sample report category.
    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