Propriedade do RDL StyleInstance.NumeralVariant
Gets the calculated value of the NumeralVariant property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides Property NumeralVariant As Integer
Get
Set
'Uso
Dim instance As StyleInstance
Dim value As Integer
value = instance.NumeralVariant
instance.NumeralVariant = value
public override int NumeralVariant { get; set; }
public:
virtual property int NumeralVariant {
int get () override;
void set (int value) override;
}
abstract NumeralVariant : int with get, set
override NumeralVariant : int with get, set
override function get NumeralVariant () : int
override function set NumeralVariant (value : int)
Valor da propriedade
Tipo: System.Int32
An int value that represents the calculated value of the NumeralVariant property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering