Propriedade do RDL ItemReferenceData.ReferenceType
Gets or sets the type of the referenced item.
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
Public Property ReferenceType As String
Get
Set
'Uso
Dim instance As ItemReferenceData
Dim value As String
value = instance.ReferenceType
instance.ReferenceType = value
public string ReferenceType { get; set; }
public:
property String^ ReferenceType {
String^ get ();
void set (String^ value);
}
member ReferenceType : string with get, set
function get ReferenceType () : String
function set ReferenceType (value : String)
Valor da propriedade
Tipo: System.String
The type of the referenced item.