Gets or sets value of UserDefinedProperty with specified name
if object is not found returns null.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RdlObject this[ string name ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ name As String _ ) As RdlObject Get Set |
Parameters
- name
- Type: System..::..String