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 type of data contained in the text run that is shared across the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SharedTypeCode As TypeCode
Get
'Usage
Dim instance As TextRun
Dim value As TypeCode
value = instance.SharedTypeCode
public abstract TypeCode SharedTypeCode { get; }
public:
virtual property TypeCode SharedTypeCode {
TypeCode get () abstract;
}
abstract SharedTypeCode : TypeCode
abstract function get SharedTypeCode () : TypeCode
Property Value
Type: System.TypeCode
The type of data contained in the text run that is shared across the report.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace