GridColumn.GetAccessibleValue(Int64, IGridStorage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::String ^ GetAccessibleValue(long nRowIndex, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage);
public virtual string GetAccessibleValue (long nRowIndex, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage);
abstract member GetAccessibleValue : int64 * Microsoft.ReportingServices.QueryDesigners.IGridStorage -> string
override this.GetAccessibleValue : int64 * Microsoft.ReportingServices.QueryDesigners.IGridStorage -> string
Public Overridable Function GetAccessibleValue (nRowIndex As Long, storage As IGridStorage) As String
Parameters
- nRowIndex
- Int64
- storage
- IGridStorage