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 name of the data value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Name As ReportStringProperty
Get
'Usage
Dim instance As DataValue
Dim value As ReportStringProperty
value = instance.Name
public ReportStringProperty Name { get; }
public:
property ReportStringProperty^ Name {
ReportStringProperty^ get ();
}
member Name : ReportStringProperty
function get Name () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace