Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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