다음을 통해 공유


StreamOper 열거형

Defines the operation that is used by the CreateAndRegisterStream method. Rendering extensions may request a stream that is available for client applications through SOAP or URL access or a temporary stream to be used during the rendering process.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
Public Enumeration StreamOper
‘사용 방법
Dim instance As StreamOper
public enum StreamOper
public enum class StreamOper
type StreamOper
public enum StreamOper

멤버

멤버 이름 설명
CreateAndRegister Create a stream and register its name so that it can be returned through the SOAP API for subsequent client requests. The first stream registered is the primary output stream.
CreateOnly Only create a stream. This feature is used to create temporary streams that can be used by the rendering extension to handle large memory requirements. This temporary stream is not available for subsequent client requests.
RegisterOnly Register the stream as a secondary stream for the rendering extension. The method does not create a stream, but instead, the callback returns nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) and registers the name.