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 命名空间