Propriedade do RDL ValueLocID
The unique identifier for the Value property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property ValueLocID As String
Get
Set
'Uso
Dim instance As TextRun
Dim value As String
value = instance.ValueLocID
instance.ValueLocID = value
public string ValueLocID { get; set; }
public:
property String^ ValueLocID {
String^ get ();
void set (String^ value);
}
member ValueLocID : string with get, set
function get ValueLocID () : String
function set ValueLocID (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A string value.