Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the VisibilityMode property in a MapLayer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property VisibilityMode As MapVisibilityMode
Get
'Usage
Dim instance As MapLayerInstance
Dim value As MapVisibilityMode
value = instance.VisibilityMode
public MapVisibilityMode VisibilityMode { get; }
public:
property MapVisibilityMode VisibilityMode {
MapVisibilityMode get ();
}
member VisibilityMode : MapVisibilityMode
function get VisibilityMode () : MapVisibilityMode
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapVisibilityMode
A MapVisibilityMode value that represents the calculated value of the VisibilityMode property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace