CompiledTextRunInstanceCollection.IList<ICompiledTextRunInstance>.Item[Int32] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
property Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance>::Item[int] { Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ get(int index); void set(int index, Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ value); };
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance with get, set
Property Item(index As Integer) As ICompiledTextRunInstance Implements IList(Of ICompiledTextRunInstance).Item
Parametri
- index
- Int32
Valore della proprietà
- Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance