ServerReport.HistoryId 속성

서버 보고서에 사용되는 보고서 기록 스냅숏의 고유 ID를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public Property HistoryId As String
    Get
    Set
‘사용 방법
Dim instance As ServerReport
Dim value As String

value = instance.HistoryId

instance.HistoryId = value
public string HistoryId { get; set; }
public:
property String^ HistoryId {
    String^ get ();
    void set (String^ value);
}
member HistoryId : string with get, set
function get HistoryId () : String
function set HistoryId (value : String)

속성 값

유형: System.String
서버 보고서에 사용되는 보고서 기록 스냅숏의 고유 ID를 포함하는 String 값

참고 항목

참조

ServerReport 클래스

Microsoft.Reporting.WinForms 네임스페이스