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