CustomReportItem.GeneratedReportItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the report item generated by the custom report item runtime class.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ GeneratedReportItem { Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportItem GeneratedReportItem { get; }
member this.GeneratedReportItem : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Public ReadOnly Property GeneratedReportItem As ReportItem
Property Value
A ReportItem object.