New to Telerik ReportingStart a free 30-day trial

Provides alternative schema content for a SwissQRCode.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class AlternativeProcedure

Inheritance: objectAlternativeProcedure

Constructors

Initializes a new instance of the AlternativeProcedure class.

C#
public AlternativeProcedure(string alternativeProcedure1, string alternativeProcedure2 = null)
Parameters:alternativeProcedure1string

Parameter character chain of the alternative scheme.

alternativeProcedure2string

Parameter character chain of the alternative scheme.

Properties

The first line of the alternative procedure.

C#
public string AlternativeProcedure1 { get; }

The second line of the alternative procedure.

C#
public string AlternativeProcedure2 { get; }