TextRun.SharedTypeCode Property

Definition

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

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

Property Value

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

Applies to