GetRenderingResource 方法
Returns any information from the rendering extension.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Sub GetRenderingResource ( _
createAndRegisterStreamCallback As CreateAndRegisterStream, _
deviceInfo As NameValueCollection _
)
'用途
Dim instance As IRenderingExtension
Dim createAndRegisterStreamCallback As CreateAndRegisterStream
Dim deviceInfo As NameValueCollection
instance.GetRenderingResource(createAndRegisterStreamCallback, _
deviceInfo)
[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
void GetRenderingResource(
CreateAndRegisterStream createAndRegisterStreamCallback,
NameValueCollection deviceInfo
)
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
void GetRenderingResource(
CreateAndRegisterStream^ createAndRegisterStreamCallback,
NameValueCollection^ deviceInfo
)
[<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
abstract GetRenderingResource :
createAndRegisterStreamCallback:CreateAndRegisterStream *
deviceInfo:NameValueCollection -> unit
function GetRenderingResource(
createAndRegisterStreamCallback : CreateAndRegisterStream,
deviceInfo : NameValueCollection
)
參數
- createAndRegisterStreamCallback
型別:Microsoft.ReportingServices.Interfaces. . :: . .CreateAndRegisterStream
The delegate function that receives the rendered stream.
- deviceInfo
型別:System.Collections.Specialized. . :: . .NameValueCollection
The device information settings. For more information, see fe718939-7efe-4c7f-87cb-5f5b09caeff4 Reporting Services Device Information Settings .
備註
Implement this method to return any information you want the IRenderingExtension to return. For example, implement this method to return the icon associated with the rendering extension when the deviceInfo parameter contains a setting named Icon.