FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / IsGenerateAllowed Method

In This Topic
    IsGenerateAllowed Method (C1FlexReport)
    In This Topic
    Returns a value indicating whether the C1.Win.C1Document.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.Win.C1Document.C1DocumentSource.Generate method can be called at the moment.
    See Also