Compartir a través de


ReportIntProperty.Value Propiedad

Gets the integer value of the property.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Value As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An integer value.

Vea también

Referencia

ReportIntProperty Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering