Propriété Value
Gets the integer value of the property.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Value As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An integer value.