CustomData.RowCollection 属性

Gets the data rows.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property RowCollection As DataRowCollection 
    Get
用法
Dim instance As CustomData 
Dim value As DataRowCollection 

value = instance.RowCollection
public DataRowCollection RowCollection { get; }
public:
property DataRowCollection^ RowCollection {
    DataRowCollection^ get ();
}
member RowCollection : DataRowCollection
function get RowCollection () : DataRowCollection

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.DataRowCollection
A DataRowCollection object.

请参阅

参考

CustomData 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间