IRenderingExtension.Render Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders a report.
public:
bool Render(Microsoft::ReportingServices::OnDemandReportRendering::Report ^ report, System::Collections::Specialized::NameValueCollection ^ reportServerParameters, System::Collections::Specialized::NameValueCollection ^ deviceInfo, System::Collections::Specialized::NameValueCollection ^ clientCapabilities, System::Collections::Hashtable ^ % renderProperties, Microsoft::ReportingServices::Interfaces::CreateAndRegisterStream ^ createAndRegisterStream);
public bool Render (Microsoft.ReportingServices.OnDemandReportRendering.Report report, System.Collections.Specialized.NameValueCollection reportServerParameters, System.Collections.Specialized.NameValueCollection deviceInfo, System.Collections.Specialized.NameValueCollection clientCapabilities, ref System.Collections.Hashtable renderProperties, Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream createAndRegisterStream);
abstract member Render : Microsoft.ReportingServices.OnDemandReportRendering.Report * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * Hashtable * Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream -> bool
Public Function Render (report As Report, reportServerParameters As NameValueCollection, deviceInfo As NameValueCollection, clientCapabilities As NameValueCollection, ByRef renderProperties As Hashtable, createAndRegisterStream As CreateAndRegisterStream) As Boolean
Parameters
- report
- Report
The report to be rendered.
- reportServerParameters
- NameValueCollection
A set of report parameters.
- deviceInfo
- NameValueCollection
The device information settings. For more information, see fe718939-7efe-4c7f-87cb-5f5b09caeff4 Reporting Services Device Information Settings .
- clientCapabilities
- NameValueCollection
Information about the client, such as a web browser.
- renderProperties
- Hashtable
Information about the rendering result.
- createAndRegisterStream
- CreateAndRegisterStream
The delegate function that receives the rendered stream.
Returns
true
if any property that is added to the report object model is saved into the report intermediate format (RIF); otherwise, false
.