TablixCornerRow.Item[Int32] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma célula de canto tablix no índice especificado.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell
Default Public Overrides ReadOnly Property Item(index As Integer) As TablixCornerCell
Parâmetros
- index
- Int32
O índice da célula de canto tablix.
Valor da propriedade
Um objeto TablixCornerCell.