<div class="content" name="GetReportSizeLimit" uuid="0c406e30-c2e7-4016-b7f3-a9ad68cc054f"><p>The GetReportSizeLimit method returns the <b>report size
limit</b> value of the specified report limit.</p><dl>
<dd>
<div><pre> [id(FSRM_DISPID_REPORT_MANAGER | 0x09)] HRESULT GetReportSizeLimit(
   [in] FsrmReportLimit limit,
   [out, retval] VARIANT* limitValue
 );
</pre></div>
</dd></dl><p><b>limit: </b>Contains the value from the <a href="9aa04db7-4395-4f94-9743-1e12871beec4" data-linktype="relative-path">FsrmReportLimit (section 2.2.1.2.17)</a>
enumeration indicating the <b>report size limit</b> for which the value is
returned.</p><p><b>limitValue: </b>Pointer to a variable that upon
completion contains the <b>report size limit</b> of the specified report limit.</p><p><b>Return Values: </b>The method MUST return zero on
success, or a nonzero error code on failure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x80070057 E_INVALIDARG</td>
  <td>This code is returned for the following reasons:  The limit parameter is not a valid FsrmReportLimit (section 2.2.1.2.17) value.  The limitValue parameter is NULL.</td>
 </tr></tbody></table>
</dd></dl><p>Upon receiving this message, the server MUST validate
parameters:</p><ul><li><p><span><span> 
</span></span>Verify that <i>limitValue</i> is not NULL.</p>
</li><li><p><span><span> 
</span></span>Verify that limit contains a valid FsrmReportLimit value.</p>
</li></ul><p>If any validation fails, the server MUST terminate
processing and return a nonzero error code.</p><p>The server MUST set <i>limitValue</i> to the <b>report size
limit</b> for the specified report limit.</p></div>