Condividi tramite


Proprietà ReportIntProperty.Value

Gets the integer value of the property.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int32
An integer value.

Vedere anche

Riferimento

ReportIntProperty Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering