共用方式為


Author 屬性

Author of the report.

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

語法

'宣告
Public Property Author As String
    Get
    Set
'用途
Dim instance As Report
Dim value As String

value = instance.Author

instance.Author = value
public string Author { get; set; }
public:
property String^ Author {
    String^ get ();
    void set (String^ value);
}
member Author : string with get, set
function get Author () : String
function set Author (value : String)

屬性值

型別:System. . :: . .String
A string value.