Partilhar via


Propriedade do RDL CustomReportItem.Type

Gets the type of the custom report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

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

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

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

CustomReportItem Classe

Namespace Microsoft.ReportingServices.ReportRendering