共用方式為


Report.Author 屬性

Gets or sets the 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
The author of the report.

請參閱

參考

Report 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間