AltReportItem.ReportItem 属性
The report item to use.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ReportItem As ReportItem
Get
Set
用法
Dim instance As AltReportItem
Dim value As ReportItem
value = instance.ReportItem
instance.ReportItem = value
public ReportItem ReportItem { get; set; }
public:
property ReportItem^ ReportItem {
ReportItem^ get ();
void set (ReportItem^ value);
}
member ReportItem : ReportItem with get, set
function get ReportItem () : ReportItem
function set ReportItem (value : ReportItem)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.ReportItem
A ReportItem object.