Partilhar via


Propriedade do RDL Type

The type of the custom report item. Interpreted by the report design tool or server. Unsupported types generate a warning (see ReportItems below).

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Type As String
    Get
    Set
'Uso
Dim instance As CustomReportItem
Dim value As String

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String
function set Type (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A string value.