다음을 통해 공유


ReportIntProperty.Value 속성

Gets the integer value of the property.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Value As Integer 
    Get
‘사용 방법
Dim instance As ReportIntProperty 
Dim value As Integer 

value = instance.Value
public int Value { get; }
public:
property int Value {
    int get ();
}
member Value : int
function get Value () : int

속성 값

유형: System.Int32
An integer value.

참고 항목

참조

ReportIntProperty 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스