RenderStream 方法
Rerenders a particular stream from the report.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
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
'用途
Dim instance As IRenderingExtension
Dim streamName As String
Dim report As Report
Dim reportServerParameters As NameValueCollection
Dim deviceInfo As NameValueCollection
Dim clientCapabilities As NameValueCollection
Dim renderProperties As Hashtable
Dim createAndRegisterStream As CreateAndRegisterStream
Dim returnValue As Boolean
returnValue = instance.RenderStream(streamName, _
report, reportServerParameters, _
deviceInfo, clientCapabilities, _
renderProperties, createAndRegisterStream)
[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
bool RenderStream(
string streamName,
Report report,
NameValueCollection reportServerParameters,
NameValueCollection deviceInfo,
NameValueCollection clientCapabilities,
ref Hashtable renderProperties,
CreateAndRegisterStream createAndRegisterStream
)
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
bool RenderStream(
String^ streamName,
Report^ report,
NameValueCollection^ reportServerParameters,
NameValueCollection^ deviceInfo,
NameValueCollection^ clientCapabilities,
Hashtable^% renderProperties,
CreateAndRegisterStream^ createAndRegisterStream
)
[<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
abstract RenderStream :
streamName:string *
report:Report *
reportServerParameters:NameValueCollection *
deviceInfo:NameValueCollection *
clientCapabilities:NameValueCollection *
renderProperties:Hashtable byref *
createAndRegisterStream:CreateAndRegisterStream -> bool
function RenderStream(
streamName : String,
report : Report,
reportServerParameters : NameValueCollection,
deviceInfo : NameValueCollection,
clientCapabilities : NameValueCollection,
renderProperties : Hashtable,
createAndRegisterStream : CreateAndRegisterStream
) : boolean
參數
- streamName
型別:System. . :: . .String
The stream for rerendering.
- report
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Report
The report content.
- reportServerParameters
型別:System.Collections.Specialized. . :: . .NameValueCollection
A set of report parameters.
- deviceInfo
型別:System.Collections.Specialized. . :: . .NameValueCollection
The device information settings. For more information, see fe718939-7efe-4c7f-87cb-5f5b09caeff4 Reporting Services Device Information Settings .
- clientCapabilities
型別:System.Collections.Specialized. . :: . .NameValueCollection
Information about the client, such as a web browser.
- renderProperties
型別:System.Collections. . :: . .Hashtable%
Information about the rendering result.
- createAndRegisterStream
型別:Microsoft.ReportingServices.Interfaces. . :: . .CreateAndRegisterStream
The delegate function that receives the rendered stream.
傳回值
型別:System. . :: . .Boolean
true if any property that is added to the report object model is saved into the report intermediate format (RIF); otherwise, false.