共用方式為


Report.Author 屬性

Gets the author of the report.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

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

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

屬性值

型別:System.String
A string value.

請參閱

參考

Report 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間