Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the type of data contained in the text box that is shared across the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SharedTypeCode As TypeCode
Get
'Usage
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
Property Value
Type: System.TypeCode
The type of data contained in the text box that is shared across the report.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace