Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the NumeralVariant property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property NumeralVariant As Integer
Get
Set
'Usage
Dim instance As StyleBaseInstance
Dim value As Integer
value = instance.NumeralVariant
instance.NumeralVariant = value
public abstract int NumeralVariant { get; set; }
public:
virtual property int NumeralVariant {
int get () abstract;
void set (int value) abstract;
}
abstract NumeralVariant : int with get, set
abstract function get NumeralVariant () : int
abstract function set NumeralVariant (value : int)
Property Value
Type: System.Int32
An int value that represents the calculated value of the NumeralVariant property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace