#MaximumReportSizeForCache
##About
Summary: Gets or sets thet maximum amount of characters a single rendered report can contain. This number is compared to the total length of the HTML output for the report. If the report is smaller than this number, then it will be stored in the cache if caching is on.
Data Type: System.Int32
Accepted Values:
Default Value: 1048576
Impacted Features:
Purpose:
Usage:
Caveats:
##Code Samples ###Global.asax (C♯)
```
###Global.asax (VB.NET)
```visualbasic
##Alternate Usage:
##Screenshots
