Właściwość CodeObject.Code
Pobiera lub ustawia kod niestandardowy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Code As String
Get
Set
'Użycie
Dim instance As CodeObject
Dim value As String
value = instance.Code
instance.Code = value
public string Code { get; set; }
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
member Code : string with get, set
function get Code () : String
function set Code (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartości.