Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the LayerName property in a MapElementView class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LayerName As String
Get
'Usage
Dim instance As MapElementViewInstance
Dim value As String
value = instance.LayerName
public string LayerName { get; }
public:
property String^ LayerName {
String^ get ();
}
member LayerName : string
function get LayerName () : String
Property Value
Type: System.String
A string value that represents the calculated value of the LayerName property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace