Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the NumeralVariant property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property NumeralVariant As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An int value that represents the calculated value of the NumeralVariant property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace