Freigeben über


ReportIntProperty.Value-Eigenschaft

Gets the integer value of the property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
An integer value.

Siehe auch

Verweis

ReportIntProperty Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace