IImageInstance.StreamName 속성

정의

렌더링 확장 프로그램이 보고서 서버에서 이미지 데이터를 검색하는 데 사용할 수 있는 Stream의 이름을 가져옵니다.

public:
 property System::String ^ StreamName { System::String ^ get(); };
public string StreamName { get; }
member this.StreamName : string
Public ReadOnly Property StreamName As String

속성 값

렌더링 확장 프로그램이 보고서 서버에서 이미지 데이터를 검색하는 데 사용할 수 있는 Stream의 이름을 나타내는 string 값입니다.

적용 대상