TextBox.SharedTypeCode Property

Definition

Gets the type of data contained in the text box that is shared across the report.

public:
 property TypeCode SharedTypeCode { TypeCode get(); };
public TypeCode SharedTypeCode { get; }
member this.SharedTypeCode : TypeCode
Public ReadOnly Property SharedTypeCode As TypeCode

Property Value

The type of data contained in the text box that is shared across the report.

Applies to