Share via


AltReportItem.ReportItem Property

The report item to use.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ReportItem As ReportItem
    Get
    Set
'Usage
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)