ActiveReports Developer 7
GenCacheKey Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Handlers Namespace > WebCacheAccessHandler Class : GenCacheKey Method

Glossary Item Box

Generates a WebCache key for the items being cached.

Syntax

Visual Basic (Declaration) 
Public Shared Function GenCacheKey() As System.String
C# 
public static System.string GenCacheKey()

See Also