TextRun.ValueLocID Property
Gets or sets the unique identifier for the Value property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ValueLocID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The unique identifier for the Value property.