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 Legend in which the data distribution is displayed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendName As String
Get
'Usage
Dim instance As MapAppearanceRule
Dim value As String
value = instance.LegendName
public string LegendName { get; }
public:
property String^ LegendName {
String^ get ();
}
member LegendName : string
function get LegendName () : String
Property Value
Type: System.String
A string value that represents the name of the Legend in which the data distribution is displayed.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace