Propriedade do RDL ReportIntProperty.Value
Gets the integer value of the property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int32
An integer value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering