Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the label for the placeholder for this text run.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Label As String
Get
'Usage
Dim instance As TextRun
Dim value As String
value = instance.Label
public virtual string Label { get; }
public:
virtual property String^ Label {
String^ get ();
}
abstract Label : string
override Label : string
function get Label () : String
Property Value
Type: System.String
The label for the placeholder for this text run.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace