IRenderingExtension.RenderStream 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.
Rerenders a particular stream from the report.
public:
bool RenderStream(System::String ^ streamName, 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 RenderStream (string streamName, 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 RenderStream : string * Microsoft.ReportingServices.OnDemandReportRendering.Report * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * Hashtable * Microsoft.ReportingServices.Interfaces.CreateAndRegisterStream -> bool
Public Function RenderStream (streamName As String, report As Report, reportServerParameters As NameValueCollection, deviceInfo As NameValueCollection, clientCapabilities As NameValueCollection, ByRef renderProperties As Hashtable, createAndRegisterStream As CreateAndRegisterStream) As Boolean
Parameters
- streamName
- String
The stream for rerendering.
- report
- Report
The report content.
- reportServerParameters
- NameValueCollection
A set of report parameters.
- deviceInfo
- NameValueCollection
The device information settings. For more information, see Passing Device Information Settings to Rendering Extensions.
- 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
.