Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / IsGenerateAllowed Method

In This Topic
    IsGenerateAllowed Method (C1SSRSDocumentSource)
    In This Topic
    Overriden. Returns true if State equals to C1DocumentSourceBusyState.Ready and DocumentLocation is not null.
    Syntax
    'Declaration
     
    Public Overrides Function IsGenerateAllowed() As Boolean
    public override bool IsGenerateAllowed()
    See Also