Свойство 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.