Propriété ReportItem
The report item to use.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ReportItem As ReportItem
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportItem
A ReportItem object.