FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / IsGenerateAllowed Method

In This Topic
    IsGenerateAllowed Method (FlexReport)
    In This Topic
    Returns a value indicating whether the C1.WPF.Document.C1DocumentSource.Generate method can be called at the moment.
    Syntax
    'Declaration
     
    Public Overridable Function IsGenerateAllowed() As Boolean
    public virtual bool IsGenerateAllowed()

    Return Value

    Returns a value indicating whether the C1.WPF.Document.C1DocumentSource.Generate method can be called at the moment.
    See Also