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.