共用方式為


Report.Code 屬性

Gets or sets the definitions for custom functions to be used in expressions within the report.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Code As String 
    Get 
    Set
'用途
Dim instance As Report 
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)

屬性值

型別:System.String
The definitions for custom functions to be used in expressions within the report

請參閱

參考

Report 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間