Propriedade do RDL TextBox.SharedTypeCode
Gets the type of data contained in the text box that is shared across the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property SharedTypeCode As TypeCode
Get
'Uso
Dim instance As TextBox
Dim value As TypeCode
value = instance.SharedTypeCode
public TypeCode SharedTypeCode { get; }
public:
property TypeCode SharedTypeCode {
TypeCode get ();
}
member SharedTypeCode : TypeCode
function get SharedTypeCode () : TypeCode
Valor da propriedade
Tipo: System.TypeCode
The type of data contained in the text box that is shared across the report.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering