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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Validates the ComparablePropertyDefinition<T> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub Validate ( _
component As Object, _
value As ReportExpression(Of T) _
)
'Usage
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As ReportExpression(Of T)
instance.Validate(component, value)
public void Validate(
Object component,
ReportExpression<T> value
)
public:
void Validate(
Object^ component,
ReportExpression<T> value
)
member Validate :
component:Object *
value:ReportExpression<'T> -> unit
public function Validate(
component : Object,
value : ReportExpression<T>
)
Parameters
- component
Type: System.Object
The component.
- value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
The [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>] value.