Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns a MatrixCell object at a specified row and column in the collection.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
row As Integer, _
column As Integer _
) As MatrixCell
public MatrixCell this [
int row,
int column
] { get; }
public:
property MatrixCell^ default [int, int] {
MatrixCell^ get (int row, int column);
}
/** @property */
public MatrixCell get_Item (int row, int column)
Параметры
- row
The number of the row in the matrix from which to retrieve the matrix cell.
- column
The number of the column in the matrix from which to retrieve the matrix cell.
Значение свойства
A MatrixCell object.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MatrixCellCollection Class
MatrixCellCollection Members
Microsoft.ReportingServices.ReportRendering Namespace