TablixBody.RowCollection 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 rows of the tablix body.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::TablixRowCollection ^ RowCollection { Microsoft::ReportingServices::OnDemandReportRendering::TablixRowCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.TablixRowCollection RowCollection { get; }
member this.RowCollection : Microsoft.ReportingServices.OnDemandReportRendering.TablixRowCollection
Public ReadOnly Property RowCollection As TablixRowCollection
Property Value
A TablixRowCollection object.