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 Unit property in a MapLocation class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Unit As Unit
Get
'Usage
Dim instance As MapLocationInstance
Dim value As Unit
value = instance.Unit
public Unit Unit { get; }
public:
property Unit Unit {
Unit get ();
}
member Unit : Unit
function get Unit () : Unit
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Unit
A Unit value that represents the calculated value of the Unit property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace