function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ashok S 7Ashok S 7 

i have one doubts

hai guys,
i have one doubts. What is it means
How many records we have display on visual force page.

how many records we display by using the reports.

please tell me any one.
AshlekhAshlekh
Hi,

How many records we have display on visual force page.- Actually there is limit for View state limit on page and also we can show reocord thtouth the apex:pageblock table tag so there is also some limts 

View State limit is 135.
apex:pageblocktable can show 1000 record and 10000 record in read only mode. 

how many records we display by using the reports.
https://help.salesforce.com/apex/HTViewHelpDoc?id=faq_reports_common_limits.htm&language=en_US

Execution Governors and Limits
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm

-Thanks
Ashlekh Gera